Switched to Miniconda image
This commit is contained in:
committed by
Kurt Hutten
parent
96ee9c4aa4
commit
50744dc3d5
@@ -1,4 +1,5 @@
|
|||||||
FROM public.ecr.aws/lts/ubuntu:20.04_stable
|
# FROM public.ecr.aws/lts/ubuntu:20.04_stable
|
||||||
|
FROM continuumio/miniconda3
|
||||||
ENV PATH="/root/miniconda3/bin:${PATH}"
|
ENV PATH="/root/miniconda3/bin:${PATH}"
|
||||||
ARG PATH="/root/miniconda3/bin:${PATH}"
|
ARG PATH="/root/miniconda3/bin:${PATH}"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
@@ -39,10 +40,10 @@ RUN npm install
|
|||||||
RUN npm install aws-lambda-ric@1.0.0
|
RUN npm install aws-lambda-ric@1.0.0
|
||||||
|
|
||||||
# Install Miniconda
|
# Install Miniconda
|
||||||
RUN wget \
|
# RUN wget \
|
||||||
https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh \
|
# https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh \
|
||||||
&& bash Miniconda3-latest-Linux-x86_64.sh -b \
|
# && bash Miniconda3-latest-Linux-x86_64.sh -b \
|
||||||
&& rm -f Miniconda3-latest-Linux-x86_64.sh
|
# && rm -f Miniconda3-latest-Linux-x86_64.sh
|
||||||
RUN conda --version
|
RUN conda --version
|
||||||
|
|
||||||
# Install CadQuery
|
# Install CadQuery
|
||||||
|
|||||||
Reference in New Issue
Block a user