Commit ffc8d9c8 authored by Duggan, John's avatar Duggan, John
Browse files

Remove regproxy

parent 3b5d988f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
ARG SOURCE_IMAGE=source

FROM --platform=amd64 regproxy.ornl.gov/hub_proxy/python:3.10-slim AS source
FROM --platform=amd64 python:3.10-slim AS source

# make sure image can run as non-root user
ENV POETRY_CACHE_DIR=/poetry/.cache