Skip to content

Commit fa46e3a

Browse files
committed
nit
1 parent 6f77851 commit fa46e3a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
# Inherit from an upstream image
21
FROM apache/beam_python3.10_sdk:2.59.0
32

43
# Install mamba using micromamba
54
RUN apt-get update && apt-get install -y curl
65
RUN curl -fsSL https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba -O > /usr/local/bin/micromamba && chmod +x /usr/local/bin/micromamba
76
RUN /usr/local/bin/micromamba install -c conda-forge mamba -y
87

9-
108
COPY environment.yml /tmp/environment.yml
119

12-
RUN mamba env update --prefix ${CONDA_DIR} --file /tmp/environment.yml
13-
10+
RUN micromamba env update --prefix ${CONDA_DIR} --file /tmp/environment.yml

0 commit comments

Comments
 (0)