adowu commited on
Commit
f96730c
·
verified ·
1 Parent(s): 6fdb588

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN pip install --upgrade pip
8
  RUN git clone https://github.com/searx/searx.git /code/searx-src
9
 
10
  # Zainstaluj wymagane pakiety
11
- RUN cd /code/searx-src && pip install -r requirements.txt
12
 
13
  # Ustaw środowisko wirtualne jako domyślne dla interpretera Pythona
14
  ENV VIRTUAL_ENV=/usr/local/searx/searx-pyenv
 
8
  RUN git clone https://github.com/searx/searx.git /code/searx-src
9
 
10
  # Zainstaluj wymagane pakiety
11
+ RUN pip install -r /code/searx-src/requirements.txt
12
 
13
  # Ustaw środowisko wirtualne jako domyślne dla interpretera Pythona
14
  ENV VIRTUAL_ENV=/usr/local/searx/searx-pyenv