ahmedzein commited on
Commit
f50b560
·
verified ·
1 Parent(s): 168903d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  # Use the official Python 3.10.9 image
2
  FROM python:3.10.9
3
 
4
- ENV HF_HOME= /usr/local/share/my_app/cache
5
 
6
  WORKDIR /code
7
 
 
1
  # Use the official Python 3.10.9 image
2
  FROM python:3.10.9
3
 
4
+ ENV HF_HOME=/usr/local/share/my_app/cache
5
 
6
  WORKDIR /code
7