yuta0306 commited on
Commit
18dd6a9
1 Parent(s): 7e221f5

fix version of setuptools

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -48,7 +48,7 @@ ARG PYTHON_VERSION=3.10.13
48
  RUN pyenv install ${PYTHON_VERSION} && \
49
  pyenv global ${PYTHON_VERSION} && \
50
  pyenv rehash && \
51
- pip install --no-cache-dir -U pip setuptools wheel
52
  RUN pip install packaging && \
53
  pip install -r ${HOME}/app/requirements.txt && \
54
  pip install Cython==0.29.36 && \
 
48
  RUN pyenv install ${PYTHON_VERSION} && \
49
  pyenv global ${PYTHON_VERSION} && \
50
  pyenv rehash && \
51
+ pip install --no-cache-dir -U pip setuptools==69.5.1 wheel
52
  RUN pip install packaging && \
53
  pip install -r ${HOME}/app/requirements.txt && \
54
  pip install Cython==0.29.36 && \