Spaces:
Paused
Paused
Pengyang Cai commited on
Commit ·
87f286d
1
Parent(s): 15c6e43
init env
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
|
@@ -86,7 +86,9 @@ RUN curl -sLo ~/miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-py39
|
|
| 86 |
&& ~/miniconda.sh -b -p ~/miniconda \
|
| 87 |
&& rm ~/miniconda.sh \
|
| 88 |
&& conda clean -ya \
|
| 89 |
-
&& conda install -c conda-forge nodejs
|
|
|
|
|
|
|
| 90 |
|
| 91 |
WORKDIR $HOME/app
|
| 92 |
|
|
|
|
| 86 |
&& ~/miniconda.sh -b -p ~/miniconda \
|
| 87 |
&& rm ~/miniconda.sh \
|
| 88 |
&& conda clean -ya \
|
| 89 |
+
&& conda install -c conda-forge nodejs
|
| 90 |
+
|
| 91 |
+
#jupyterlab-drawio jupyterlab_templates
|
| 92 |
|
| 93 |
WORKDIR $HOME/app
|
| 94 |
|