Skip to content

Commit 0a0ebdb

Browse files
Update docker file
1 parent 1e601da commit 0a0ebdb

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
@@ -24,4 +24,4 @@ USER ${NB_USER}
2424

2525
## Run an install.R script, if it exists.
2626
RUN if [ -f install.R ]; then R --quiet -f install.R; fi
27-
RUN python3 -m pip install https://github.com/learnforpractice/mixin-python/releases/download/v0.1/mixin-0.1.0-cp37-cp37m-linux_x86_64.whl
27+
RUN python3 -m pip install -U mixin-python

0 commit comments

Comments
 (0)