Skip to content

Commit

Permalink
Bump to latest commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Nov 30, 2023
1 parent 4862223 commit 9826887
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Stage 1: Base
FROM nvidia/cuda:12.1.1-cudnn8-devel-ubuntu22.04 as base

ARG OOBABOOGA_COMMIT=51add248c8a7080c3220ce16012a9f11e71f69ac
ARG OOBABOOGA_COMMIT=6d3a9b8689cd63d565e1b6039f7e214786e15810

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ENV DEBIAN_FRONTEND=noninteractive \
Expand Down Expand Up @@ -134,4 +134,4 @@ COPY --chmod=755 scripts/* ./

# Start the container
SHELL ["/bin/bash", "--login", "-c"]
CMD [ "/start.sh" ]
ENTRYPOINT [ "/start.sh" ]

0 comments on commit 9826887

Please sign in to comment.