Skip to content

Commit d5fee06

Browse files
committed
Add requirements.txt
1 parent 1cb5cc3 commit d5fee06

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt-get update; \
1010

1111
RUN conda install mamba -c conda-forge -y; \
1212
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 \
13+
if [ -f "/tmp/conda-tmp/environment.yml" ]; then umask 0002 && mamba env update -n base -f /tmp/conda-tmp/environment.yml; fi; \
1414
if [ -f "/tmp/conda-tmp/requirements.txt" ]; then umask 0002 && pip install -r /tmp/conda-tmp/requirements.txt; fi \
1515
&& cat /tmp/conda-tmp/conda_init.txt >> /home/vscode/.bashrc \
1616
&& rm -rf /tmp/conda-tmp; \

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
geostatspy

0 commit comments

Comments
 (0)