Skip to content

Commit

Permalink
mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
joglekara committed Nov 2, 2024
1 parent 9efaf60 commit 8212b9a
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 @@ -10,7 +10,8 @@ EXPOSE 8501

# install pip then packages

RUN pip3 install --upgrade pip
RUN mamba create -n tsadar_app python=3.12
RUN mamba activate tsadar_app
RUN mamba install -y -c pyhdf
RUN pip3 install -r requirements.txt

Expand Down

0 comments on commit 8212b9a

Please sign in to comment.