Spaces:
Runtime error
Runtime error
scontess
commited on
Commit
·
a6a4e61
1
Parent(s):
890fd36
ss
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -14,6 +14,8 @@ COPY src/ ./src/
|
|
14 |
|
15 |
RUN pip3 install -r requirements.txt
|
16 |
|
|
|
|
|
17 |
RUN mkdir -p /app/src/imagenet_resized && chmod -R 755 /app/src
|
18 |
|
19 |
EXPOSE 8501
|
|
|
14 |
|
15 |
RUN pip3 install -r requirements.txt
|
16 |
|
17 |
+
RUN mkdir -p /app/src/downloads && chmod -R 755 /app/src
|
18 |
+
|
19 |
RUN mkdir -p /app/src/imagenet_resized && chmod -R 755 /app/src
|
20 |
|
21 |
EXPOSE 8501
|