Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ USER oim
RUN virtualenv /app/venv
ENV PATH=/app/venv/bin:$PATH
COPY --chown=oim:oim requirements.txt ./
RUN whereis python
RUN python -V
RUN pip install --upgrade pip
RUN pip install --no-cache-dir -r requirements.txt

# COPY --chown=oim:oim libgeos.py.patch /app/
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ whitenoise==5.3.0
git+https://github.com/dbca-wa/appmonitor_client.git#egg=appmonitor_client
python-decouple>=3.8
numpy==2.2.5
requests==2.31.0
wheel==0.37.1
requests~=2.32.0
wheel~=0.45.0
django-tables2==2.7.0
git+https://github.com/dbca-wa/wagov_utils.git#egg=wagov_utils
django-haystack==3.3.0
Expand Down
Loading