You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just want to make sure 11d176f looks like it should work, before closing this.
Can others (@hasanbaig@pmendes ) confirm, this would be ok (for now?)?
e.g.
root@3bf2c126c193:/home/cloudcopasi# ls -R copasi/
copasi/:
Darwin Linux Linux64 WIN32 WIN64 bin
copasi/Darwin:
CopasiSE
copasi/Linux:
CopasiSE
copasi/Linux64:
CopasiSE
copasi/WIN32:
CopasiSE.exe
copasi/WIN64:
CopasiSE.exe
copasi/bin:
CopasiSE
root@3bf2c126c193:/home/cloudcopasi# ls -lh copasi/bin/CopasiSE
lrwxrwxrwx 1 root root 19 Mar 4 01:43 copasi/bin/CopasiSE -> ../Linux64/CopasiSE
BTW, the copasi version will be apparent in the Dockerfile snapshot (and pinned for a given container tag), as well as be available from the running environment as copasi_version and copasi_build (and, of course, be apparent in the output from running ./CopasiSE)
Change the following to, instead, simply download all platforms under
~/copasi
, and create any necessary symlink (e.g. for brusselator test).cloud-copasi/Dockerfile
Lines 21 to 28 in 0376aa9
With the added platform directories level, we may need to modify server code to accomodate(?).
The text was updated successfully, but these errors were encountered: