Spaces:
Build error
Build error
fcernafukuzaki
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,7 +17,7 @@ COPY ./requirements.txt /code/requirements.txt
|
|
17 |
|
18 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
19 |
|
20 |
-
RUN chmod -R 777 content
|
21 |
|
22 |
COPY . .
|
23 |
|
|
|
17 |
|
18 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
19 |
|
20 |
+
RUN chmod -R 777 /content
|
21 |
|
22 |
COPY . .
|
23 |
|