Alex0007 commited on
Commit
3fda329
1 Parent(s): 572fccc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -18,8 +18,8 @@ RUN apt-get update && apt-get upgrade -y \
18
  WORKDIR /app
19
 
20
 
21
- # COPY ./requirements.txt /app/requirements.txt
22
- # RUN pip install --upgrade pip && pip install --no-cache-dir --upgrade -r /app/requirements.txt
23
 
24
 
25
  # Cloning the llama.cpp repository
 
18
  WORKDIR /app
19
 
20
 
21
+ COPY ./requirements.txt /app/requirements.txt
22
+ RUN pip install --upgrade pip && pip install --no-cache-dir --upgrade -r /app/requirements.txt
23
 
24
 
25
  # Cloning the llama.cpp repository