matthoffner commited on
Commit
998196e
·
1 Parent(s): 7a1592b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -9,6 +9,8 @@ RUN apt update && \
9
 
10
  RUN wget -qO- "https://cmake.org/files/v3.18/cmake-3.18.0-Linux-x86_64.tar.gz" | tar --strip-components=1 -xz -C /usr/local
11
 
 
 
12
  WORKDIR /app
13
 
14
  # Download ggml and mmproj models from HuggingFace
 
9
 
10
  RUN wget -qO- "https://cmake.org/files/v3.18/cmake-3.18.0-Linux-x86_64.tar.gz" | tar --strip-components=1 -xz -C /usr/local
11
 
12
+ ENV PATH="/usr/local/cuda/bin:$PATH"
13
+
14
  WORKDIR /app
15
 
16
  # Download ggml and mmproj models from HuggingFace