Skip to content

Commit

Permalink
Merge pull request #234 from WildMeOrg/Ubuntu2204torch131+cu117-upgrade
Browse files Browse the repository at this point in the history
Ubuntu 22.04 torch 131+cu117 upgrade
  • Loading branch information
holmbergius authored Mar 29, 2023
2 parents 589560c + 091a365 commit 49d63d6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
7 changes: 5 additions & 2 deletions devops/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN set -ex \
&& git pull \
&& cd /wbia/wildbook-ia/ \
&& git reset --hard origin/main \
&& git config pull.rebase true \
&& git pull

##########################################################################################
Expand All @@ -36,7 +37,7 @@ ARG VCS_URL="https://github.com/WildMeOrg/wildbook-ia"

ARG VCS_REF="main"

ARG BUILD_DATE="2020"
ARG BUILD_DATE="2023"

LABEL autoheal=true

Expand Down Expand Up @@ -101,8 +102,10 @@ RUN set -ex \
&& apt-get remove -y \
python3-pyqt5* \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
qtbase5-dev \
qtchooser \
qt5-qmake \
qt5-default \
qtbase5-dev-tools \
&& /virtualenv/env3/bin/pip uninstall -y \
pyqt5 \
&& /virtualenv/env3/bin/pip install --upgrade \
Expand Down
2 changes: 1 addition & 1 deletion devops/base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG WBIA_UBUNTU_IMAGE=nvidia/cuda:11.3.1-cudnn8-runtime-ubuntu20.04
ARG WBIA_UBUNTU_IMAGE=nvidia/cuda:11.7.0-cudnn8-runtime-ubuntu22.04

FROM ${WBIA_UBUNTU_IMAGE} as org.wildme.wbia.base

Expand Down
8 changes: 4 additions & 4 deletions requirements/runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Flask-Cors==3.0.10
Flask-Login==0.5.0
# flask-marshmallow==0.7.0
Flask-Minify==0.39
Flask-OAuthlib==0.5.0
Flask-OAuthlib==0.9.6
Flask-Paranoid==0.3.0
flask-restx==1.1.0
# Flask-SQLAlchemy==2.5.0
Expand Down Expand Up @@ -74,9 +74,9 @@ sqlalchemy==1.4.14
SQLAlchemy-Utils==0.38.3
tensorboard_logger==0.1.0
Theano==1.0.5
torch==1.12.1
torchvision==0.13.1
torchaudio==0.12.1
torch==1.13.1
torchvision==0.14.1
torchaudio==0.13.1
tornado==6.2
tqdm==4.64.0
ubelt==1.2.1
Expand Down

0 comments on commit 49d63d6

Please sign in to comment.