Skip to content

Commit

Permalink
updates to dockerfile from cherry-picked commits
Browse files Browse the repository at this point in the history
  • Loading branch information
taddyb committed Dec 17, 2024
1 parent 03339fe commit a3d0793
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile.notebook
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ RUN python3 -m venv $VIRTUAL_ENV
# Equivalent to source /opt/venv/bin/activate
ENV PATH="$VIRTUAL_ENV/bin:$PATH"

RUN python -m pip install -r requirements.txt

RUN python -m pip install jupyterlab
RUN python -m pip install .
RUN python -m pip install .[jupyter]
RUN python -m pip install .[test]

RUN ./compiler.sh no-e

Expand Down

0 comments on commit a3d0793

Please sign in to comment.