Skip to content

Commit

Permalink
remove COBREXA leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
exaexa committed Feb 17, 2022
1 parent fc50e29 commit 289d945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gigasom.def
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ From: cylon-x/lcsb-biocore/julia-base:latest
export PATH=/opt/julia/bin:$PATH

cd project
julia --project -e 'import Pkg; Pkg.add("Tulip"); Pkg.instantiate(); Pkg.build(); Pkg.precompile();'
julia --project -e 'import Pkg; Pkg.instantiate(); Pkg.build(); Pkg.precompile();'

echo 'using GigaSOM' > /project/.startup.jl

Expand Down

0 comments on commit 289d945

Please sign in to comment.