imperialwool commited on
Commit
72a425e
·
verified ·
1 Parent(s): d824d62

APK dont support -y u dummy

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ FROM python:3.11.9-alpine3.20
6
  USER root
7
 
8
  # Installing gcc compiler and main library.
9
- RUN apk update && apk add wget build-base -y
10
  RUN CMAKE_ARGS="-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS" pip install llama-cpp-python
11
 
12
  # Copying files into folder and making it working dir.
 
6
  USER root
7
 
8
  # Installing gcc compiler and main library.
9
+ RUN apk update && apk add wget build-base
10
  RUN CMAKE_ARGS="-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS" pip install llama-cpp-python
11
 
12
  # Copying files into folder and making it working dir.