Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lifeware
biocham
Commits
9db5e4db
Commit
9db5e4db
authored
Jan 06, 2020
by
SOLIMAN Sylvain
Browse files
force python 3.7 for anaconda
parent
fc4cb25e
Changes
5
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9db5e4db
...
...
@@ -66,7 +66,7 @@ docker:
-
if [[ -n "$(docker images -f "dangling=true" -q)" ]] ; then docker rmi $(docker images -f "dangling=true" -q) ; fi
-
if [[ -n "$(docker images -q)" ]] ; then docker rmi $(docker images -q) ; fi
-
export IMAGE_TAG=$CI_REGISTRY_IMAGE${CI_COMMIT_TAG:+":$CI_COMMIT_TAG"}
-
docker build --no-cache -t $IMAGE_TAG --build-arg tag=${CI_COMMIT_TAG:-latest} tmpnb/lifeware_biocham/
-
docker build --no-cache -t $IMAGE_TAG --build-arg tag=${CI_COMMIT_TAG:-latest} tmpnb/lifeware_biocham/
--build-arg PYTHON_VERSION=3.7
-
docker login -u $CI_REGISTRY_USER -p $CI_JOB_TOKEN $CI_REGISTRY
-
docker push $IMAGE_TAG
-
docker rmi $IMAGE_TAG
...
...
about.pl
View file @
9db5e4db
...
...
@@ -8,7 +8,7 @@
about
/
0
]).
version
(
'4.3.
2
'
).
version
(
'4.3.
3
'
).
copyright
(
'Copyright (C) 2003-2020 Inria, EPI Lifeware, Saclay-Île de France, France'
...
...
biocham_jupyter/guinbextension/package.json
View file @
9db5e4db
{
"name"
:
"gui"
,
"version"
:
"4.3.
2
"
,
"version"
:
"4.3.
3
"
,
"description"
:
"biocham gui in jupyter notebook"
,
"main"
:
"src/index.js"
,
"scripts"
:
{
...
...
biocham_jupyter/kernel/biocham_kernel/__init__.py
View file @
9db5e4db
"""Example magic"""
__version__
=
'4.3.
2
'
__version__
=
'4.3.
3
'
web/index.html
View file @
9db5e4db
...
...
@@ -32,7 +32,7 @@
</head>
<body>
<h1>
The Biochemical Abstract Machine BIOCHAM 4
</h1>
<h1>
version 4.3.
2
, January 2020
</h1>
<h1>
version 4.3.
3
, January 2020
</h1>
<div
class=
"authors"
>
<p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment