Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -3
Dockerfile
CHANGED
|
@@ -24,11 +24,10 @@ RUN mkdir -p /root/.local/share/jupyter/runtime && \
|
|
| 24 |
chmod -R 755 /root/.local
|
| 25 |
|
| 26 |
# Install additional language servers
|
| 27 |
-
RUN pip install python-language-server jedi
|
| 28 |
-
npm install -g bash-language-server
|
| 29 |
|
| 30 |
# Expose the port that Jupyter Notebook will run on
|
| 31 |
-
EXPOSE 8888
|
| 32 |
|
| 33 |
# Run Jupyter Notebook as a non-root user
|
| 34 |
RUN useradd -m jupyteruser
|
|
|
|
| 24 |
chmod -R 755 /root/.local
|
| 25 |
|
| 26 |
# Install additional language servers
|
| 27 |
+
RUN pip install python-language-server jedi
|
|
|
|
| 28 |
|
| 29 |
# Expose the port that Jupyter Notebook will run on
|
| 30 |
+
EXPOSE 7860 8888
|
| 31 |
|
| 32 |
# Run Jupyter Notebook as a non-root user
|
| 33 |
RUN useradd -m jupyteruser
|