Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hydesign
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TOPFARM
hydesign
Commits
fd6b0c9f
Commit
fd6b0c9f
authored
2 years ago
by
Mikkel Friis-Møller
Browse files
Options
Downloads
Patches
Plain Diff
Windows env
parent
461f7b4a
No related branches found
No related tags found
1 merge request
!43
Windows env
Pipeline
#40634
passed
2 years ago
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
docker/Dockerfile
+33
-37
33 additions, 37 deletions
docker/Dockerfile
with
34 additions
and
38 deletions
.gitlab-ci.yml
+
1
−
1
View file @
fd6b0c9f
...
...
@@ -18,7 +18,7 @@ test_hydesign_windows:
script
:
-
conda init powershell
-
"
if
(test-path
$PROFILE.CurrentUserAllHosts)
{
&
$PROFILE.CurrentUserAllHosts}"
-
conda activate hydesign
-
conda activate hydesign
103
-
pip install -e . --no-deps
-
pytest --cov-report term-missing:skip-covered --cov=hydesign --cov-config .coveragerc
tags
:
...
...
This diff is collapsed.
Click to expand it.
docker/Dockerfile
+
33
−
37
View file @
fd6b0c9f
...
...
@@ -13,40 +13,36 @@ MAINTAINER Mikkel Friis-Møller <mikf@dtu.dk>
RUN
apt-get update
RUN
apt-get
-y
install
make pandoc graphviz
RUN
conda create
-n
py37
python
=
3.7
RUN
echo
"source activate py37"
>
~/.bashrc
ENV
PATH /opt/conda/envs/py37/bin:$PATH
RUN
conda
install
-n
py37
-y
-c
conda-forge finitediff
RUN
conda
install
-n
py37
-y
-c
conda-forge numpy
RUN
conda
install
-n
py37
-y
-c
conda-forge pandas
RUN
conda
install
-n
py37
-y
-c
conda-forge pip
RUN
conda
install
-n
py37
-y
-c
conda-forge scikit-learn
RUN
conda
install
-n
py37
-y
-c
conda-forge scipy
RUN
conda
install
-n
py37
-y
-c
conda-forge xarray
RUN
conda
install
-n
py37
-y
-c
conda-forge openmdao[all]
RUN
conda
install
-n
py37
-y
-c
conda-forge smt
RUN
conda
install
-n
py37
-y
-c
conda-forge jupyterlab
RUN
conda
install
-n
py37
-y
-c
conda-forge yaml
RUN
conda
install
-n
py37
-y
-c
conda-forge pyomo
RUN
conda
install
-n
py37
-y
-c
conda-forge pyomo.extras
RUN
conda
install
-n
py37
-y
-c
conda-forge glpk
RUN
/opt/conda/envs/py37/bin/pip
install
cplex
RUN
/opt/conda/envs/py37/bin/pip
install
docplex
RUN
/opt/conda/envs/py37/bin/pip
install
numpy-financial
RUN
/opt/conda/envs/py37/bin/pip
install
pvlib
RUN
/opt/conda/envs/py37/bin/pip
install
statsmodels
RUN
/opt/conda/envs/py37/bin/pip
install
rainflow
RUN
/opt/conda/envs/py37/bin/pip
install
--upgrade
pip ipython ipykernel
RUN
/opt/conda/envs/py37/bin/pip
install
pypandoc
RUN
/opt/conda/envs/py37/bin/pip
install
sphinx
--upgrade
RUN
/opt/conda/envs/py37/bin/pip
install
nbsphinx
--upgrade
RUN
/opt/conda/envs/py37/bin/pip
install
nbconvert
--upgrade
RUN
/opt/conda/envs/py37/bin/pip
install
sphinx_rtd_theme
RUN
/opt/conda/envs/py37/bin/pip uninstall
-y
h5py
RUN
/opt/conda/envs/py37/bin/pip
install
--no-cache-dir
h5py
RUN
/opt/conda/envs/py37/bin/ipython kernel
install
--name
"python3"
--user
ENV
PATH="/opt/conda/bin:${PATH}"
RUN
conda
install
-y
-c
conda-forge finitediff
RUN
conda
install
-y
-c
conda-forge numpy
RUN
conda
install
-y
-c
conda-forge pandas
RUN
conda
install
-y
-c
conda-forge pip
RUN
conda
install
-y
-c
conda-forge scikit-learn
RUN
conda
install
-y
-c
conda-forge scipy
RUN
conda
install
-y
-c
conda-forge xarray
RUN
conda
install
-y
-c
conda-forge openmdao[all]
RUN
conda
install
-y
-c
conda-forge smt
RUN
conda
install
-y
-c
conda-forge jupyterlab
RUN
conda
install
-y
-c
conda-forge yaml
RUN
conda
install
-y
-c
conda-forge glpk
RUN
pip
install
netcdf4
RUN
pip
install
h5netcdf
RUN
pip
install
cplex
RUN
pip
install
docplex
RUN
pip
install
numpy-financial
RUN
pip
install
pvlib
RUN
pip
install
statsmodels
RUN
pip
install
rainflow
RUN
pip
install
--upgrade
pip ipython ipykernel
RUN
pip
install
pypandoc
RUN
pip
install
sphinx
--upgrade
RUN
pip
install
nbsphinx
--upgrade
RUN
pip
install
nbconvert
--upgrade
RUN
pip
install
sphinx_rtd_theme
RUN
ipython kernel
install
--name
"python3"
--user
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment