Spaces:
Runtime error
Runtime error
updates
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -33,8 +33,6 @@ RUN pip install poetry gradio
|
|
33 |
# Create a non-root user and change ownership of the /app directory
|
34 |
RUN adduser --disabled-password --gecos '' myuser && \
|
35 |
chown -R myuser:myuser /app
|
36 |
-
|
37 |
-
# Switch to the non-root user
|
38 |
USER myuser
|
39 |
|
40 |
# Expose the port Gradio runs on
|
|
|
33 |
# Create a non-root user and change ownership of the /app directory
|
34 |
RUN adduser --disabled-password --gecos '' myuser && \
|
35 |
chown -R myuser:myuser /app
|
|
|
|
|
36 |
USER myuser
|
37 |
|
38 |
# Expose the port Gradio runs on
|