We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb5cc3 commit d5fee06Copy full SHA for d5fee06
2 files changed
.devcontainer/Dockerfile
@@ -10,7 +10,7 @@ RUN apt-get update; \
10
11
RUN conda install mamba -c conda-forge -y; \
12
mamba install jupyterlab-git=0.50.1 -c conda-forge -y; \
13
- if [ -f "/tmp/conda-tmp/environment.yml" ]; then umask 0002 && mamba env update -n base -f /tmp/conda-tmp/environment.yml; fi \
+ if [ -f "/tmp/conda-tmp/environment.yml" ]; then umask 0002 && mamba env update -n base -f /tmp/conda-tmp/environment.yml; fi; \
14
if [ -f "/tmp/conda-tmp/requirements.txt" ]; then umask 0002 && pip install -r /tmp/conda-tmp/requirements.txt; fi \
15
&& cat /tmp/conda-tmp/conda_init.txt >> /home/vscode/.bashrc \
16
&& rm -rf /tmp/conda-tmp; \
requirements.txt
@@ -0,0 +1 @@
1
+geostatspy
0 commit comments