Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,7 +20,7 @@ ENV IPYTHONDIR=/app/ipython
|
|
20 |
RUN mkdir -p /app/ipython && chmod -R 777 /app/ipython
|
21 |
|
22 |
# Create an output folder and give it all permissions
|
23 |
-
RUN mkdir -p /app/output && chmod -R
|
24 |
|
25 |
# Install any needed packages specified in requirements.txt
|
26 |
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
20 |
RUN mkdir -p /app/ipython && chmod -R 777 /app/ipython
|
21 |
|
22 |
# Create an output folder and give it all permissions
|
23 |
+
RUN mkdir -p /app/output && chmod -R 2777 /app/output
|
24 |
|
25 |
# Install any needed packages specified in requirements.txt
|
26 |
RUN pip install --no-cache-dir -r requirements.txt
|