Skip to content

Commit

Permalink
Update venv.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes authored Mar 14, 2024
1 parent 3baf433 commit 5dff0e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/venv.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN curl -fsSL https://code-server.dev/install.sh | sh && rm -rf .cache
## Install R packages into the site library
COPY install.R install.R
RUN Rscript install.R && rm install.R
RUN rm install.R

## Openscapes-specific configs
USER rstudio
Expand All @@ -37,4 +38,5 @@ RUN usermod -s /bin/bash rstudio
# install into the default venv environment
COPY nasa-requirements.txt requirements.txt
RUN python -m pip install --no-cache-dir -r requirements.txt && rm requirements.txt
RUN rm requirements.txt

0 comments on commit 5dff0e4

Please sign in to comment.