Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwutk authored Feb 28, 2024
1 parent 3b9982d commit d6cfe48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand All @@ -30,4 +30,4 @@ ENV POETRY_VIRTUALENVS_CREATE=false

# ARG PINECONE_API
# ENV PINECONE_API=$PINECONE_API
ENV PYDEVD_DISABLE_FILE_VALIDATION=1
ENV PYDEVD_DISABLE_FILE_VALIDATION=1

0 comments on commit d6cfe48

Please sign in to comment.