Skip to content

Commit

Permalink
changing base image
Browse files Browse the repository at this point in the history
  • Loading branch information
briedel committed Aug 29, 2023
1 parent bd661f2 commit f2465b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG VERSION=current
FROM icecube/icetray-ml:icetray-cuda11.8-cudann8-${VERSION}-ubuntu22.04
FROM icecube/icetray-ml:icetray-cuda11.8-cudann8-icetray-${VERSION}-ubuntu22.04

RUN pip3 install--upgrade pip
RUN pip3 install --upgrade astropy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG VERSION=current
FROM icecube/icetray-ml:icetray-cuda11.8-${VERSION}-ubuntu22.04
FROM icecube/icetray-ml:icetray-cuda11.8-cudann8-icetray-${VERSION}-ubuntu22.04

RUN apt-get update && sudo apt-get install -y llvm-16 clang-16

Expand Down

0 comments on commit f2465b6

Please sign in to comment.