Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Commit e7767ce

Browse files
committed
fixed installation package version
1 parent 713c290 commit e7767ce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker/image/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
FROM continuumio/miniconda3
22

33
RUN . /opt/conda/bin/activate base && \
4-
/opt/conda/bin/pip install --upgrade databrickslabs-jupyterlab==2.2.0[cli] && \
4+
/opt/conda/bin/pip install --upgrade databrickslabs-jupyterlab[cli]==2.2.0 && \
55
echo "cleaning" && \
6-
npm install -g yarn && \
7-
yarn cache clean && \
86
conda clean --all && \
97
/opt/conda/bin/jupyter lab clean && \
108
find / -type f -name '*.py[co]' -delete -o -type d -name __pycache__ -delete

0 commit comments

Comments
 (0)