Commit
·
5ffe9d5
1
Parent(s):
ab3f383
fixed permission error 2
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
FROM bitnami/pytorch
|
2 |
|
3 |
WORKDIR /app
|
|
|
4 |
|
5 |
COPY ./requirements.txt /app/requirements.txt
|
6 |
|
|
|
1 |
FROM bitnami/pytorch
|
2 |
|
3 |
WORKDIR /app
|
4 |
+
RUN chmod -R 777 /app
|
5 |
|
6 |
COPY ./requirements.txt /app/requirements.txt
|
7 |
|