JaynilJaiswal commited on
Commit
593c0eb
·
verified ·
1 Parent(s): 9b2b6d0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,6 +1,8 @@
1
  # Use a base image (Python 3.10 slim)
2
  FROM python:3.10-slim
3
 
 
 
4
  # Set working directory
5
  WORKDIR /code
6
 
 
1
  # Use a base image (Python 3.10 slim)
2
  FROM python:3.10-slim
3
 
4
+ ENV HF_HOME=/data
5
+
6
  # Set working directory
7
  WORKDIR /code
8