From d6cfe48c6b4b857fcca4a6d06bbdd11e401ef718 Mon Sep 17 00:00:00 2001 From: "Chanwut (Mick) Kittivorawong" <30903997+chanwutk@users.noreply.github.com> Date: Wed, 28 Feb 2024 07:20:08 +0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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