Skip to content

Commit

Permalink
Merge pull request #18 from AuScalableDroneCloud/feat/gpu
Browse files Browse the repository at this point in the history
Remove pyenv
  • Loading branch information
mattbell87 authored Dec 8, 2023
2 parents ce70dc5 + 01280d1 commit 9691b89
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,3 @@ RUN conda create --yes -n Python3.9 python=3.9 && \
mamba env update -n Python3.9 --file environment.yml

ENV CONDA_DEFAULT_ENV base

# Install Pyenv
RUN curl https://pyenv.run | bash
ENV PATH="/home/${NB_USER}/.pyenv/bin:$PATH"
RUN echo 'eval "$(pyenv init --path)"' >> /home/${NB_USER}/.bashrc
RUN echo 'eval "$(pyenv virtualenv-init -)"' >> /home/${NB_USER}/.bashrc

0 comments on commit 9691b89

Please sign in to comment.