Skip to content

Commit

Permalink
using root to install apt pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
turnmanh committed Jun 11, 2024
1 parent 57b28bf commit d465168
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ LABEL org.opencontainers.image.licenses="Apache-2.0"
# Install latest release of sbi instead of current main branch this is
# intenationally as the codespace shall facilitate as an easy access for new
# users to experience the toolkit rather than a development environment.
USER root

RUN apt update && apt install -y git

RUN pip install \
sbi \
ipywidgets

0 comments on commit d465168

Please sign in to comment.