Skip to content

Commit

Permalink
docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
andreatramacere committed Jun 25, 2024
1 parent 7167843 commit 1d2898e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN apt-get update -y
RUN apt-get install -y swig
RUN apt-get install -y git
RUN apt-get install -y gcc
RUN pip install https://github.com/andreatramacere/jetset/releases/download/1.3.0/jetset-1.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
RUN pip install jetset==1.3.0

# create user with a home directory
ARG NB_USER=jovyan
Expand Down

0 comments on commit 1d2898e

Please sign in to comment.