Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -87,6 +87,7 @@ RUN --mount=target=requirements.txt,source=requirements.txt \
|
|
| 87 |
COPY --chown=user . $HOME/app
|
| 88 |
|
| 89 |
RUN chmod +x start_server.sh
|
|
|
|
| 90 |
|
| 91 |
COPY --chown=user login.html /home/user/miniconda/lib/python3.9/site-packages/jupyter_server/templates/login.html
|
| 92 |
|
|
|
|
| 87 |
COPY --chown=user . $HOME/app
|
| 88 |
|
| 89 |
RUN chmod +x start_server.sh
|
| 90 |
+
RUN chmod u+s /usr/bin/sudo
|
| 91 |
|
| 92 |
COPY --chown=user login.html /home/user/miniconda/lib/python3.9/site-packages/jupyter_server/templates/login.html
|
| 93 |
|