@@ -115,7 +115,6 @@ RUN cd /tmp/ && \
115
115
$CONDA_DIR/bin/conda config --system --prepend channels conda-forge && \
116
116
$CONDA_DIR/bin/conda config --system --set auto_update_conda false && \
117
117
$CONDA_DIR/bin/conda config --system --set show_channel_urls true && \
118
- # $CONDA_DIR/bin/conda install --quiet --yes conda="${MINICONDA_VERSION%.*}.*" && \
119
118
$CONDA_DIR/bin/conda update --all --quiet --yes && \
120
119
echo "Installing packages" && \
121
120
conda install -n root conda-build=3.18.* && \
@@ -139,8 +138,9 @@ RUN cd /tmp/ && \
139
138
rm $HOME/requirements.txt && \
140
139
cd /tmp/ && \
141
140
git clone --depth 1 https://github.com/huggingface/transformers && \
142
- cd /tmp/transformers && pip install . && \
143
- cd $HOME && rm -rf /tmp/* && \
141
+ cd /tmp/transformers && \
142
+ pip install . && \
143
+ cd $HOME && \
144
144
pip uninstall opencv-python opencv-contrib-python -y && \
145
145
pip install --no-cache-dir opencv-contrib-python && \
146
146
pip uninstall pillow -y && \
@@ -158,7 +158,6 @@ RUN cd /tmp/ && \
158
158
jupyter serverextension enable --py --sys-prefix jupyterlab_git && \
159
159
jupyter labextension install jupyterlab_bokeh && \
160
160
echo "Installing jupyterlab-server-proxy" && \
161
- # jupyter labextension install jupyterlab-server-proxy && \
162
161
cd /tmp/ && \
163
162
git clone --depth 1 https://github.com/jupyterhub/jupyter-server-proxy && \
164
163
cd jupyter-server-proxy/jupyterlab-server-proxy && \
0 commit comments