diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index d0a74855..e76a2640 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,6 +1,6 @@ # Use Nvidia Ubuntu 22 base (includes CUDA if a supported GPU is present) # https://hub.docker.com/r/nvidia/cuda -FROM nvidia/cuda:12.6.1-devel-ubuntu22.04@sha256:7a205faa1359c3eeccc283a5839f75166404e3e4b42d6a48ebe37ade8cf76ade +FROM nvidia/cuda:12.6.2-devel-ubuntu22.04@sha256:1c253f721b28b27c924677493c8ed45812c1b1a562bca828c144683b444e7298 ARG PYTHON_VERSION diff --git a/setup.py b/setup.py index 37fe93ca..bc4fbed7 100644 --- a/setup.py +++ b/setup.py @@ -131,7 +131,7 @@ def build_assets(self): 'ml-collections', 'networkx', 'numpy', - 'opencv-python<4.7', + 'opencv-python', 'pandas', 'pygame', 'reactivex',