From 3bbcc4874ba933718b79b9b7341edcd4a07caf41 Mon Sep 17 00:00:00 2001 From: Ashley Kleynhans Date: Wed, 31 Jan 2024 11:40:17 +0200 Subject: [PATCH] Bump commit to use the correct model for the Flask API --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bd24e25..b6ec24f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \