Skip to content

Commit

Permalink
chore: use a coal based registry due to dockerhub limits
Browse files Browse the repository at this point in the history
  • Loading branch information
ketsapiwiq committed Mar 4, 2025
1 parent e926274 commit 9e748c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FROM nvidia/cuda:12.2.0-runtime-ubuntu20.04 AS build
# FROM debian:11-slim
FROM python:3.10-slim AS base
FROM public.ecr.aws/docker/library/python:3.10-slim AS base

# Debug tools
RUN apt-get update -y && apt-get install -y curl postgresql-client
Expand Down

0 comments on commit 9e748c8

Please sign in to comment.