nijisakai commited on
Commit
011ab90
1 Parent(s): 585c7ea

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -45,6 +45,7 @@ RUN pyenv install ${PYTHON_VERSION} && \
45
 
46
  RUN pip install --no-cache-dir -U torch==1.12.1 torchvision==0.13.1
47
  COPY --chown=1000 requirements.txt /tmp/requirements.txt
 
48
  RUN pip install --no-cache-dir -U -r /tmp/requirements.txt
49
 
50
  COPY --chown=1000 . ${HOME}/app
 
45
 
46
  RUN pip install --no-cache-dir -U torch==1.12.1 torchvision==0.13.1
47
  COPY --chown=1000 requirements.txt /tmp/requirements.txt
48
+ RUN pip uninstall numpy
49
  RUN pip install --no-cache-dir -U -r /tmp/requirements.txt
50
 
51
  COPY --chown=1000 . ${HOME}/app