mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 07:22:57 +00:00
Fix jupyterhub installation example
This commit is contained in:
@@ -259,15 +259,12 @@ version in the Hub itself.
|
|||||||
```dockerfile
|
```dockerfile
|
||||||
FROM jupyter/base-notebook
|
FROM jupyter/base-notebook
|
||||||
|
|
||||||
RUN pip install --no-cache-dir 'jupyterhub==1.4.1' && \
|
RUN mamba install --yes 'jupyterhub==4.0.1' && \
|
||||||
|
mamba clean --all -f -y && \
|
||||||
fix-permissions "${CONDA_DIR}" && \
|
fix-permissions "${CONDA_DIR}" && \
|
||||||
fix-permissions "/home/${NB_USER}"
|
fix-permissions "/home/${NB_USER}"
|
||||||
```
|
```
|
||||||
|
|
||||||
Credit: [MinRK](https://github.com/jupyter/docker-stacks/issues/423#issuecomment-322767742)
|
|
||||||
|
|
||||||
Ref: <https://github.com/jupyter/docker-stacks/issues/177>
|
|
||||||
|
|
||||||
## Spark
|
## Spark
|
||||||
|
|
||||||
A few suggestions have been made regarding using Docker Stacks with spark.
|
A few suggestions have been made regarding using Docker Stacks with spark.
|
||||||
|
Reference in New Issue
Block a user