mirror of
https://github.com/superlinear-ai/python-gpu.git
synced 2025-03-26 03:37:17 +03:00
fix: revert downgrade of the debian version
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
ARG PYTHON_VERSION=3.8
|
||||
FROM python:$PYTHON_VERSION-slim-bullseye
|
||||
FROM python:$PYTHON_VERSION
|
||||
|
||||
# Install wget.
|
||||
RUN apt-get update && \
|
||||
|
||||
Reference in New Issue
Block a user