Skip to content

Commit 1d2898e

Browse files
docker file
1 parent 7167843 commit 1d2898e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN apt-get update -y
2727
RUN apt-get install -y swig
2828
RUN apt-get install -y git
2929
RUN apt-get install -y gcc
30-
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
30+
RUN pip install jetset==1.3.0
3131

3232
# create user with a home directory
3333
ARG NB_USER=jovyan

0 commit comments

Comments
 (0)