Spaces:
Sleeping
Sleeping
malmukhtar
commited on
Commit
·
4b0d64f
1
Parent(s):
6b38c44
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
source ~/.huggingface.sh
|
2 |
-
|
3 |
FROM python:3.9
|
4 |
|
|
|
|
|
5 |
WORKDIR /code
|
6 |
|
7 |
COPY ./requirements.txt /code/requirements.txt
|
|
|
|
|
|
|
1 |
FROM python:3.9
|
2 |
|
3 |
+
ENV HF_HOME /accessibility_classifier
|
4 |
+
|
5 |
WORKDIR /code
|
6 |
|
7 |
COPY ./requirements.txt /code/requirements.txt
|