We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16fe535 commit 0813480Copy full SHA for 0813480
Dockerfile
@@ -1,9 +1,9 @@
1
-FROM continuumio/miniconda3
+FROM condaforge/miniforge3
2
3
# Creating new environment according to environment.yml
4
WORKDIR /app
5
COPY env.yml /app/env.yml
6
RUN conda env create -f env.yml
7
8
RUN echo "source activate spyder" > ~/.bashrc
9
-ENV PATH /opt/conda/envs/spyder/bin:$PATH
+ENV PATH /opt/conda/bin:$PATH
env.yml
@@ -11,4 +11,8 @@ dependencies:
11
- scipy
12
- matplotlib
13
- spyder
14
+ - pip
15
+
16
+ - pip:
17
+ - curvefitgui
18
0 commit comments