Skip to content

Commit

Permalink
remove python 3.11 and set pythonpath
Browse files Browse the repository at this point in the history
  • Loading branch information
nattvara committed Sep 9, 2023
1 parent 4bfb205 commit e0e547b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ WORKDIR /app
# set env variables
ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
ENV PYTHONPATH=/app

# Install system tools, Python, FastAPI essentials, and Playwright's dependencies
RUN apt-get update && apt-get install -y \
wget \
python3.11 \
python3-pip \
python3-venv \
libgtk-3-0 \
Expand Down
2 changes: 1 addition & 1 deletion worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ WORKDIR /app
# set env variables
ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
ENV PYTHONPATH=/app

# Install system tools, Python, FastAPI essentials, and Playwright's dependencies
RUN apt-get update && apt-get install -y \
wget \
python3.11 \
python3-pip \
python3-venv \
libgtk-3-0 \
Expand Down
2 changes: 1 addition & 1 deletion worker/Dockerfile.gpu_accelerated
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ WORKDIR /app
# set env variables
ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
ENV PYTHONPATH=/app

# Install system tools, Python, FastAPI essentials, and Playwright's dependencies
RUN apt-get update && apt-get install -y \
wget \
python3.11 \
python3-pip \
python3-venv \
libgtk-3-0 \
Expand Down

0 comments on commit e0e547b

Please sign in to comment.