Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update base CUDA image to 11.8.0 #90

Merged
merged 6 commits into from
Sep 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
- ubuntu2004_rocm_oneapi
- ubuntu2004_oneapi
- ubuntu2004_exatrkx
- ubuntu2004_exatrkx_training
- ubuntu2204
- ubuntu2204_clang
- ubuntu2204_cpp20
Expand Down
2 changes: 1 addition & 1 deletion ubuntu1804_cuda/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nvidia/cuda:10.2-devel-ubuntu18.04
FROM nvidia/cuda:11.8.0-devel-ubuntu18.04

LABEL description="Ubuntu 18.04 with Acts dependencies"
LABEL maintainer="Paul Gessinger <[email protected]"
Expand Down
6 changes: 3 additions & 3 deletions ubuntu2004_exatrkx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nvidia/cuda:11.5.1-cudnn8-devel-ubuntu20.04
FROM nvidia/cuda:11.8.0-cudnn8-devel-ubuntu20.04

LABEL description="Ubuntu 20.04 with Acts dependencies for the Exa.TrkX Plugin"
LABEL maintainer="Paul Gessinger <[email protected]"
Expand Down Expand Up @@ -83,8 +83,8 @@ RUN mkdir src \
&& rm -rf build src

# libtorch (unzip cannot be used in a pipe...)
ENV LIBTORCH_URL_GPU https://download.pytorch.org/libtorch/cu113/libtorch-cxx11-abi-shared-with-deps-1.10.2%2Bcu113.zip
ENV LIBTORCH_URL_CPU https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.10.2%2Bcpu.zip
ENV LIBTORCH_URL_GPU https://download.pytorch.org/libtorch/cu118/libtorch-cxx11-abi-shared-with-deps-2.0.1%2Bcu118.zip
ENV LIBTORCH_URL_CPU https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.0.1%2Bcpu.zip

RUN ${GET} --output libtorch.zip ${LIBTORCH_URL_GPU} \
&& unzip libtorch.zip \
Expand Down
32 changes: 0 additions & 32 deletions ubuntu2004_exatrkx_training/Dockerfile

This file was deleted.

Loading