Skip to content

Commit

Permalink
pointing to right image
Browse files Browse the repository at this point in the history
  • Loading branch information
briedel authored Aug 30, 2023
1 parent 49eb349 commit d3e392c
Showing 1 changed file 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-icetray-${VERSION}-ubuntu22.04
FROM icecube/icetray-ml:icetray-${VERSION}-cuda11.8-cudnn8-ubuntu22.04

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

Expand All @@ -11,4 +11,4 @@ RUN pip3 install keras_preprocessing --no-deps
RUN pip3 install tensorflow==2.13.0

# Default command for executing container.
CMD [ "/bin/bash" ]
CMD [ "/bin/bash" ]

0 comments on commit d3e392c

Please sign in to comment.