Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -23,9 +23,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
23 |
# Copy application files
|
24 |
COPY app.py .
|
25 |
|
26 |
-
# Make
|
27 |
-
RUN echo "selector" > current_app.txt
|
28 |
-
RUN chmod 777 current_app.txt
|
29 |
RUN chmod 777 /app
|
30 |
|
31 |
# Expose port for Gradio
|
|
|
23 |
# Copy application files
|
24 |
COPY app.py .
|
25 |
|
26 |
+
# Make directory writable for user
|
|
|
|
|
27 |
RUN chmod 777 /app
|
28 |
|
29 |
# Expose port for Gradio
|