Skip to content

Commit

Permalink
Update container
Browse files Browse the repository at this point in the history
  • Loading branch information
maurerv committed Apr 19, 2024
1 parent 6691c85 commit 1447def
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: ci

on:
release:
types: [created]
push:
branches:
- main
# on:
# release:
# types: [created]
# push:
# branches:
# - main


jobs:
Expand Down
7 changes: 3 additions & 4 deletions workflow/docker/pulldown.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@

# Extended by Valentin Maurer <[email protected]>

ARG CUDA=11.1.1
FROM nvidia/cuda:${CUDA}-cudnn8-runtime-ubuntu18.04
ARG CUDA
ARG CUDA=11.6.1
FROM nvidia/cuda:11.6.1-cudnn8-runtime-ubuntu20.04

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down Expand Up @@ -77,4 +76,4 @@ RUN pip3 install --upgrade pip --no-cache-dir \

RUN chmod u+s /sbin/ldconfig.real

ENTRYPOINT ["bash"]
ENTRYPOINT ["bash"]

0 comments on commit 1447def

Please sign in to comment.