rgerganov commited on
Commit
9e88b52
·
1 Parent(s): 154fc14
Files changed (1) hide show
  1. Dockerfile +5 -5
Dockerfile CHANGED
@@ -14,11 +14,11 @@ ARG CUDA_DOCKER_ARCH=all
14
  RUN apt-get update && \
15
  apt-get install -y build-essential python3 python3-pip git libcurl4-openssl-dev libgomp1
16
 
17
- COPY requirements.txt requirements.txt
18
- COPY requirements requirements
19
-
20
- RUN pip install --upgrade pip setuptools wheel \
21
- && pip install -r requirements.txt
22
 
23
  RUN git clone https://github.com/ggerganov/llama.cpp /app
24
 
 
14
  RUN apt-get update && \
15
  apt-get install -y build-essential python3 python3-pip git libcurl4-openssl-dev libgomp1
16
 
17
+ #COPY requirements.txt requirements.txt
18
+ #COPY requirements requirements
19
+ #
20
+ #RUN pip install --upgrade pip setuptools wheel \
21
+ # && pip install -r requirements.txt
22
 
23
  RUN git clone https://github.com/ggerganov/llama.cpp /app
24