Skip to content

Commit

Permalink
Polished
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishu26 committed Oct 28, 2023
1 parent 78971c1 commit af60c5d
Show file tree
Hide file tree
Showing 14 changed files with 723 additions and 984 deletions.
11 changes: 6 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
FROM daskdev/dask:latest

RUN apt-get update -y && apt-get install -y libstdc++6 gcc
SHELL ["/bin/bash", "--login", "-c"]

COPY requirements.txt .
COPY requirements.txt /tmp/requirements.txt

RUN conda create -n metamae python=3.10 && \
source /opt/conda/bin/activate metamae && \
pip install -r requirements.txt
RUN apt-get update -y && apt-get install -y libstdc++6 gcc && \
conda create -n birdsat python=3.10 && \
source /opt/conda/bin/activate birdsat && \
pip install -r /tmp/requirements.txt
218 changes: 0 additions & 218 deletions Downstream/CUBDownstream.py

This file was deleted.

Loading

0 comments on commit af60c5d

Please sign in to comment.