Pudding48 commited on
Commit
0c5f66b
·
verified ·
1 Parent(s): 22c0759

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,8 +1,8 @@
 
 
1
  # Use the official Python 3.10.9 image
2
  FROM python:3.10.9
3
 
4
- ENV HF_HOME=/home/user/app/hf_cache
5
-
6
  # Copy the current directory contents into the container at .
7
  COPY . .
8
 
 
1
+ ENV HF_HOME=/home/user/app/hf_cache
2
+
3
  # Use the official Python 3.10.9 image
4
  FROM python:3.10.9
5
 
 
 
6
  # Copy the current directory contents into the container at .
7
  COPY . .
8