Skip to content

Commit 0813480

Browse files
authored
switch to condaforge image and add several extra packages
1 parent 16fe535 commit 0813480

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM continuumio/miniconda3
1+
FROM condaforge/miniforge3
22

33
# Creating new environment according to environment.yml
44
WORKDIR /app
55
COPY env.yml /app/env.yml
66
RUN conda env create -f env.yml
77

88
RUN echo "source activate spyder" > ~/.bashrc
9-
ENV PATH /opt/conda/envs/spyder/bin:$PATH
9+
ENV PATH /opt/conda/bin:$PATH

env.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,8 @@ dependencies:
1111
- scipy
1212
- matplotlib
1313
- spyder
14+
- pip
15+
16+
- pip:
17+
- curvefitgui
1418

0 commit comments

Comments
 (0)