From f8df137169d7e2777087d36fb523fabe8e5be588 Mon Sep 17 00:00:00 2001 From: Ben Souchet Date: Tue, 28 Jan 2025 15:57:30 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index 99d18ca..28ab921 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,20 +24,10 @@ RUN cd /opt/ && \ WORKDIR /opt/quadpype -# Install pyenv -RUN curl https://pyenv.run | bash && \ - echo 'export PYENV_ROOT="$HOME/.pyenv"'>> $HOME/.bashrc && \ - echo '[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"' >> $HOME/.bashrc && \ - echo 'eval "$(pyenv init - bash)"' >> $HOME/.bashrc && - SHELL ["/bin/bash", "--login", "-c"] RUN source ~/.bashrc -# Install python -RUN pyenv install ${QUADPYPE_PYTHON_VERSION} -RUN pyenv local ${QUADPYPE_PYTHON_VERSION} - # The QUADPYPE_QUAD_SYNCHRO_VERSION should be re-apply/updated when the docker container is (re)started # First Add a container environnement variable named QUADPYPE_QUAD_SYNCHRO_VERSION set to the version wanted, then # set the container CMD to: