Skip to content

Commit

Permalink
use conda for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rokroskar committed Mar 17, 2023
1 parent a4878ac commit ea648a6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docker/py/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ RUN python3 -m pip install --no-cache-dir -U pip && \
# npm cache clean --force && \
rm -rf "/home/${NB_USER}/.cache"

<<<<<<< HEAD
# jupyter sets channel priority to strict which often causes very long error messages
RUN mamba config --system --set channel_priority flexible && \
mamba clean --all -f -y
Expand All @@ -71,13 +70,6 @@ RUN mamba config --system --set channel_priority flexible && \
RUN mkdir -p "$HOME/.ssh" && \
touch "$HOME/.ssh/authorized_keys" && \
chmod u=rw,g=,o= "$HOME/.ssh/authorized_keys"
=======
# fix https://github.com/SwissDataScienceCenter/renku-jupyter/issues/14
RUN mamba install -y gxx_linux-64 && \
# jupyter sets channel priority to strict which often causes very long error messages
conda config --system --set channel_priority flexible && \
mamba clean --all -f -y
>>>>>>> db03a95 (remove git-lfs=2.12.0 requirement)

# install renku-python
ENV RENKU_DISABLE_VERSION_CHECK 1
Expand Down

0 comments on commit ea648a6

Please sign in to comment.