Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Dec 20, 2023
2 parents 4490a04 + 917384f commit cab5e6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ FROM ghcr.io/rocker-org/devcontainer/tidyverse:4.3

ENV NB_USER=rstudio
ENV VIRTUAL_ENV=/opt/venv
ENV PATH=${PATH}:${VIRTUAL_ENV}/bin
ADD https://raw.githubusercontent.com/rocker-org/rocker-versioned2/c1a472465532c8349cf0ad4f3f95c86e85787dc3/scripts/install_python.sh install_python.sh
ENV PATH=${VIRTUAL_ENV}/bin:${PATH}
ADD https://raw.githubusercontent.com/rocker-org/rocker-versioned2/96cdc36e3c6dcd17e7eb4b830ebd7d8147aedf51/scripts/install_python.sh install_python.sh
RUN bash install_python.sh && rm install_python.sh


Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"image": "ghcr.io/boettiger-lab/nasa-tops:latest",
"runArgs": [ "--security-opt", "seccomp=unconfined" ]
"runArgs": [ "--security-opt", "seccomp=unconfined" ],
"name": "NASA TOPS Environment",
// build image as a github-action and grab instead; faster.
// "build": {
Expand Down

0 comments on commit cab5e6c

Please sign in to comment.