Skip to content
Open
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.compute_worker
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ FROM --platform=linux/amd64 fedora:43
ENV PYTHONUNBUFFERED=1

# Install Python
RUN dnf -y update && \
dnf install -y python3.9 && \
RUN dnf -y --refresh install python3.9 curl && \
dnf clean all && \
rm -rf /var/cache /var/log/dnf* /var/log/yum.*

Expand Down