Skip to content

Commit

Permalink
Keep only requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Nov 21, 2024
1 parent 16cbec3 commit f5a7203
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ RUN conda update -n base -c defaults conda -y && \
ADD . .

# Install Python dependencies and Playwright
RUN pip install psycopg2-binary==2.9.10 asyncpg==0.30.0 --no-cache-dir && \
pip install -r requirements.txt --no-cache-dir && \
RUN pip install -r requirements.txt --no-cache-dir && \
pip install .[server-apps] --no-cache-dir && \
pip install playwright --no-cache-dir && \
playwright install --with-deps
Expand Down

0 comments on commit f5a7203

Please sign in to comment.