Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Commit

Permalink
Remove pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
rcthomas committed May 17, 2019
1 parent ffe87a2 commit 1c3b1d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jupyter-nersc/app-monitoring/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ RUN \
curl -s -o /tmp/miniconda3.sh https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh && \
bash /tmp/miniconda3.sh -f -b -p /opt/anaconda3 && \
rm -rf /tmp/miniconda3.sh && \
echo "python 3.6.*" >> /opt/anaconda3/conda-meta/pinned && \
/opt/anaconda3/bin/conda update --yes conda && \
/opt/anaconda3/bin/pip install --no-cache-dir \
pika==0.13.1
Expand Down

0 comments on commit 1c3b1d7

Please sign in to comment.