Skip to content

Commit

Permalink
docker try #5
Browse files Browse the repository at this point in the history
  • Loading branch information
jr3cermak committed Jun 25, 2023
1 parent 2db1a29 commit ee741ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ RUN mamba env update \
# Make RUN commands use `bash --login`:
SHELL ["/bin/bash", "--login", "-c"]
RUN mamba init
RUN mamba activate base && \
RUN . /root/.bashrc && \
mamba activate base && \
mamba install -y pyarrow
RUN mamba clean -afy

Expand Down

0 comments on commit ee741ee

Please sign in to comment.