Skip to content

Commit

Permalink
docker try #6
Browse files Browse the repository at this point in the history
  • Loading branch information
jr3cermak committed Jun 25, 2023
1 parent ee741ee commit dca53e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
12 changes: 3 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,9 @@ ENV PATH /opt/conda/bin:$PATH
COPY environment.yml /tmp/environment.yml
RUN mamba env update \
-n base \
-f /tmp/environment.yml

# Make RUN commands use `bash --login`:
SHELL ["/bin/bash", "--login", "-c"]
RUN mamba init
RUN . /root/.bashrc && \
mamba activate base && \
mamba install -y pyarrow
RUN mamba clean -afy
-f /tmp/environment.yml \
&& \
mamba clean -afy

COPY pip-requirements.txt /tmp/pip-requirements.txt
RUN pip install \
Expand Down
1 change: 1 addition & 0 deletions pip-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
dbdreader>=0.4.8,<1.0
pyarrow

0 comments on commit dca53e2

Please sign in to comment.