Skip to content

Commit

Permalink
Bump commit to use the correct model for the Flask API
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Jan 31, 2024
1 parent 6d42158 commit 3bbcc48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Stage 1: Base
FROM nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04 as base

ARG LLAVA_COMMIT=607bc647a8ac9bb099fa46fb0b08cb7b471f528e
ARG LLAVA_COMMIT=667ddf29c58f73edf31b2de82f48f928cee4ca54

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ENV DEBIAN_FRONTEND=noninteractive \
Expand Down

0 comments on commit 3bbcc48

Please sign in to comment.