Skip to content

Commit

Permalink
Dev: update dockerfile (#76)
Browse files Browse the repository at this point in the history
* update: env

* update: env

* update: dockerfile

* update: numpy version
  • Loading branch information
Vincentqyw authored Sep 22, 2024
1 parent 066a865 commit 74888a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use an official conda-based Python image as a parent image
FROM pytorch/pytorch:2.2.1-cuda12.1-cudnn8-runtime
FROM pytorch/pytorch:2.4.0-cuda12.1-cudnn9-runtime
LABEL maintainer vincentqyw
ARG PYTHON_VERSION=3.10.10

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Jinja2
kornia
loguru
matplotlib
numpy
numpy==1.23.5
onnxruntime
omegaconf
opencv-python
Expand Down

0 comments on commit 74888a4

Please sign in to comment.