adowu commited on
Commit
480c7e0
·
verified ·
1 Parent(s): 6912231

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -10,8 +10,8 @@ RUN pip install --upgrade pip
10
  # Klonowanie repozytorium Searx
11
  RUN git clone https://github.com/searx/searx.git /code/searx-src
12
 
13
- # Ręczna instalacja pakietu PyYAML
14
- RUN pip install PyYAML==6.0
15
 
16
  # Instalacja wymaganych pakietów
17
  RUN pip install -r /code/searx-src/requirements.txt
 
10
  # Klonowanie repozytorium Searx
11
  RUN git clone https://github.com/searx/searx.git /code/searx-src
12
 
13
+ # Ręczna instalacja pakietu PyYAML z pominięciem izolacji budowania
14
+ RUN pip install --no-build-isolation PyYAML==6.0
15
 
16
  # Instalacja wymaganych pakietów
17
  RUN pip install -r /code/searx-src/requirements.txt