Update llama-server-cuda.Dockerfile
This commit is contained in:
parent
de5186908f
commit
1a791bcff2
1 changed files with 5 additions and 4 deletions
|
@ -13,10 +13,11 @@ ENV TZ=Africa/Johannesburg
|
|||
# CUDA architecture to build for (defaults to all supported archs)
|
||||
ARG CUDA_DOCKER_ARCH=default
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y build-essential git cmake libcurl4-openssl-dev
|
||||
|
||||
WORKDIR /app
|
||||
RUN wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | sudo apt-key add -WORKDIR /app && \
|
||||
apt-add-repository 'deb https://apt.kitware.com/ubuntu/ bionic main' && \
|
||||
apt-get update && \
|
||||
apt-get install -y build-essential git cmake libcurl4-openssl-dev && \
|
||||
apt-get install cmake
|
||||
|
||||
COPY . .
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue