Skip to content

Commit

Permalink
Update container
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad0x00 committed Apr 10, 2022
1 parent 901c75c commit f3c1a87
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions container/multicell-rc.def
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,6 @@ From: ubuntu:20.04

# Install the necessary R packages
Rscript -e 'install.packages(c("tidyverse", "stringi"))'

# Obtain the multicell-rc code
wget https://github.com/vlad0x00/multicell-rc/archive/refs/tags/v${MULTICELL_RC_VERSION}.zip
unzip v${MULTICELL_RC_VERSION}.zip
rm -f v${MULTICELL_RC_VERSION}.zip

# Build the multicell-rc code
cd multicell-rc-${MULTICELL_RC_VERSION}/model
make
cd ../..

%environment
export LC_ALL=C
Expand All @@ -38,9 +28,6 @@ From: ubuntu:20.04
# Necessary for tidyverse package
export TZ='America/Vancouver'

%runscript
multicell-rc-${MULTICELL_RC_VERSION}/run

%labels
Author Vladimir Nikolic
Version 1.0.0

0 comments on commit f3c1a87

Please sign in to comment.