Skip to content

Commit

Permalink
upgraded python version
Browse files Browse the repository at this point in the history
  • Loading branch information
hahahannes committed Jun 20, 2024
1 parent 339ff5d commit 9dbd33a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pytorch/pytorch:1.11.0-cuda11.3-cudnn8-runtime
FROM python:3.9
LABEL org.opencontainers.image.source https://github.com/SENERGY-Platform/anomaly-detection-platform
WORKDIR /usr/src/app
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git+https://github.com/SENERGY-Platform/[email protected].18
git+https://github.com/SENERGY-Platform/[email protected].20
toolbox[anomaly_detection] @ git+https://github.com/SENERGY-Platform/[email protected]

pandas<2
Expand Down

0 comments on commit 9dbd33a

Please sign in to comment.