TruVlad commited on
Commit
c97a86f
·
verified ·
1 Parent(s): f879630

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,6 +25,7 @@ ENV OLLAMA_LOAD_TIMEOUT="24h"
25
  RUN apt-get update && apt-get upgrade -y
26
  RUN apt-get install git g++ python3 python3-pip -y && apt-get clean
27
 
 
28
  COPY pull06.sh pull06.sh
29
  RUN /bin/bash -x pull06.sh
30
  COPY pull8.sh pull8.sh
@@ -32,7 +33,6 @@ COPY pull8.sh pull8.sh
32
  COPY pull14.sh pull14.sh
33
  # RUN /bin/bash -x pull14.sh
34
 
35
- COPY requirements.txt requirements.txt
36
  RUN pip install --no-cache-dir -r requirements.txt --break-system-packages
37
 
38
  COPY main.py main.py
 
25
  RUN apt-get update && apt-get upgrade -y
26
  RUN apt-get install git g++ python3 python3-pip -y && apt-get clean
27
 
28
+ COPY requirements.txt requirements.txt
29
  COPY pull06.sh pull06.sh
30
  RUN /bin/bash -x pull06.sh
31
  COPY pull8.sh pull8.sh
 
33
  COPY pull14.sh pull14.sh
34
  # RUN /bin/bash -x pull14.sh
35
 
 
36
  RUN pip install --no-cache-dir -r requirements.txt --break-system-packages
37
 
38
  COPY main.py main.py