PaNOSC-ViNYL / ViNYL-project

This repository keeps track of tasks, milestones, deliverables of workpackage 5 in panosc.
Apache License 2.0
5 stars 5 forks source link

SIMEX docker #31

Closed CFGrote closed 3 years ago

CFGrote commented 4 years ago

We need to update the docker images for simex. The goal is to install simex on a cloud instance of jupyter hub (hosted on DESY's cloud servers). We also have to demonstrate that simex / vinyl example notebooks can be run on binder.

Useful contacts: Thomas Kluyver (XFEL, WP4), Michael Schuh (DESY, expands)

JunCEEE commented 4 years ago

I know that Thomas has tried working on it. I will ask Thomas about the status and work with him.

JunCEEE commented 4 years ago

Any suggestions about priority? @CFGrote Which one should have a higher priority? Documentation or this one?

CFGrote commented 4 years ago

documentation

-- Dr. Carsten Fortmann-Grote PaNOSC WP5 leader

On 6/11/20 5:51 PM, Juncheng E wrote:

Any suggestions about priority? @CFGrote https://github.com/CFGrote Which one should have a higher priority? Documentation https://github.com/PaNOSC-ViNYL/ViNYL-project/issues/22 or this one?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/PaNOSC-ViNYL/ViNYL-project/issues/31#issuecomment-642761513, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADWCQR244IW45FQWNRXTULLRWD4O7ANCNFSM4NBQ7K5Q.

CFGrote commented 4 years ago

f5ab754 enabled installation via conda: 1) create a conda environment with

$> conda env create -n simex --file environment.yml
$> conda activate simex

2) install all libs into $CONDA_PREFIX with

$> ./install.sh conda

3) finally install the simex library

$> cd Sources/python
$> python -m pip install .
CFGrote commented 3 years ago

@JunCEEE @cloudbustinguk, what is the status here? can we close this one?

cloudbustinguk commented 3 years ago

AFAIK this can be closed - will wait for @JunCEEE to confirm.

JunCEEE commented 3 years ago

This can be closed.