malmukhtar
commited on
Commit
·
06d3739
1
Parent(s):
4b0d64f
Update Dockerfile.dockerfile
Browse files- Dockerfile.dockerfile +2 -0
Dockerfile.dockerfile
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
FROM python:3.9
|
2 |
|
|
|
|
|
3 |
WORKDIR /code
|
4 |
|
5 |
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
|