Skip to content
Open
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
2 changes: 1 addition & 1 deletion docker/Dockerfile.latest
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-slim-bullseye
FROM python:3.12-slim-bullseye
LABEL maintainer="@EndoNrak"

# setup
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.pytorch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-slim-bullseye
FROM python:3.12-slim-bullseye
LABEL maintainer="@EndoNrak"

# setup
Expand Down
1 change: 1 addition & 0 deletions requirements.pytorch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ torchvision
torchaudio
tensorflow-tensorboard
tensorboardx
# Python version: 3.12
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
numpy==1.22.0
PyQt6==6.7.1
# Python version: 3.12