tsrivallabh commited on
Commit
9712cc8
·
verified ·
1 Parent(s): 188c014

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,3 +1,5 @@
 
 
1
  # Use an official Python runtime as a parent image
2
  FROM python:3.11-slim
3
 
 
1
+ ENV HF_HOME=/app/hf_cache
2
+
3
  # Use an official Python runtime as a parent image
4
  FROM python:3.11-slim
5