diff --git a/Dockerfile b/Dockerfile index 41c3faf..280f1ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ USER root ARG DEBIAN_FRONTEND=noninteractive -RUN apt-get update --yes --quiet +RUN apt-get update --yes --quiet RUN apt-get install --yes --quiet --no-install-recommends \ curl ffmpeg git @@ -21,7 +21,7 @@ RUN mv $HOME/.profile.tmp $HOME/.profile ENV PYTHONUNBUFFERED=1 RUN micromamba install --yes --name base python=3.10 poetry=1.7 --channel conda-forge -RUN micromamba clean --all --yes +RUN micromamba clean --yes --all ARG MAMBA_DOCKERFILE_ACTIVATE=1 ENV POETRY_VIRTUALENVS_CREATE=false @@ -30,4 +30,4 @@ ENV POETRY_VIRTUALENVS_CREATE=false # ARG PINECONE_API # ENV PINECONE_API=$PINECONE_API -ENV PYDEVD_DISABLE_FILE_VALIDATION=1 \ No newline at end of file +ENV PYDEVD_DISABLE_FILE_VALIDATION=1