Skip to content

Commit 5e7222e

Browse files
authored
Update llama-server-cuda.Dockerfile
1 parent 1a791bc commit 5e7222e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devops/llama-server-cuda.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/nul
1717
apt-add-repository 'deb https://apt.kitware.com/ubuntu/ bionic main' && \
1818
apt-get update && \
1919
apt-get install -y build-essential git cmake libcurl4-openssl-dev && \
20-
apt-get install cmake
20+
2121

2222
COPY . .
2323

0 commit comments

Comments
 (0)