We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e601da commit 0a0ebdbCopy full SHA for 0a0ebdb
Dockerfile
@@ -24,4 +24,4 @@ USER ${NB_USER}
24
25
## Run an install.R script, if it exists.
26
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
+RUN python3 -m pip install -U mixin-python
0 commit comments