potamides commited on
Commit
81b7736
·
1 Parent(s): 026edab

fix: python version

Browse files

Fix for memory leak requires features from newer python version.

Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -64,8 +64,8 @@ RUN curl https://pyenv.run | bash \
64
  && chown -R root:users $PYENV_ROOT \
65
  && chmod -R g+w $PYENV_ROOT
66
 
67
- RUN pyenv install 3.10 \
68
- && pyenv global 3.10 \
69
  && pyenv rehash \
70
  && pip install --no-cache-dir --upgrade setuptools wheel \
71
  && pip install --no-cache-dir 'detikzify @ git+https://github.com/potamides/DeTikZify' \
 
64
  && chown -R root:users $PYENV_ROOT \
65
  && chmod -R g+w $PYENV_ROOT
66
 
67
+ RUN pyenv install 3.11 \
68
+ && pyenv global 3.11 \
69
  && pyenv rehash \
70
  && pip install --no-cache-dir --upgrade setuptools wheel \
71
  && pip install --no-cache-dir 'detikzify @ git+https://github.com/potamides/DeTikZify' \