Skip to content

Commit

Permalink
docker try #3
Browse files Browse the repository at this point in the history
  • Loading branch information
jr3cermak committed Jun 25, 2023
1 parent 2465e7e commit 86e194f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ COPY environment.yml /tmp/environment.yml
RUN mamba env update \
-n base \
-f /tmp/environment.yml \
&& \
mamba init

# Make RUN commands use `bash --login`:
SHELL ["/bin/bash", "--login", "-c"]
RUN mamba init
RUN mamba activate base && \
mamba install -y pyarrow
RUN mamba clean -afy
Expand Down

0 comments on commit 86e194f

Please sign in to comment.