Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jokester committed Apr 19, 2024
1 parent e0f314f commit 7ed4d15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.moeflow_worker
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
FROM continuumio/miniconda3

RUN apt update \
&& RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata \
&& apt install -y build-essential python3-opencv
&& DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata build-essential python3-opencv
WORKDIR /app
COPY . /app
RUN --mount=type=cache,target=/root/.conda conda env update --prune --file conda.yaml

0 comments on commit 7ed4d15

Please sign in to comment.