UNCLASSIFIED

Commit 17f38c50 authored by Al Fontaine's avatar Al Fontaine
Browse files

Update Dockerfile

parent dc55ca24
Pipeline #434211 passed with stages
in 25 minutes and 8 seconds
ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=ironbank/opensource/r/r-studio
ARG BASE_TAG=latest
FROM registry1.dso.mil/ironbank/aiml/python/python-r-ai as base
FROM registry1.dso.mil/ironbank/opensource/r/r-studio as final
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
COPY --from=base /usr/local/bin/ /usr/local/bin/
COPY --from=base /usr/local/lib/ /usr/local/lib/
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment