mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 23:12:56 +00:00
Fix jupyterhub installation example
This commit is contained in:
@@ -259,15 +259,12 @@ version in the Hub itself.
|
||||
```dockerfile
|
||||
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 "/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
|
||||
|
||||
A few suggestions have been made regarding using Docker Stacks with spark.
|
||||
|
Reference in New Issue
Block a user