Commit 8774723b authored by Kevin's avatar Kevin

added dependency

parent 37cd8615
singularity: "docker://kkmann/gose-6mo-imputation@sha256:62540d4bc41b228639bce7e4fe764acfaaeef76e467b92d9c55b26f8ea4f4c5f" singularity: "docker://kkmann/gose-6mo-imputation@sha256:7c431eddca0933b09efce89a353c0abdf54aa07e601b31cb5b0535e4895091cd"
configfile: "config.yml" configfile: "config.yml"
......
...@@ -4,5 +4,3 @@ IMAGE="gose-6mo-imputation" ...@@ -4,5 +4,3 @@ IMAGE="gose-6mo-imputation"
BUILDNAME=$USERNAME/$IMAGE BUILDNAME=$USERNAME/$IMAGE
docker build --no-cache -t $BUILDNAME . docker build --no-cache -t $BUILDNAME .
docker push $BUILDNAME
\ No newline at end of file
...@@ -14,6 +14,7 @@ RUN R -e "install.packages('brms')" ...@@ -14,6 +14,7 @@ RUN R -e "install.packages('brms')"
RUN R -e "install.packages('mice')" RUN R -e "install.packages('mice')"
RUN R -e "install.packages('ggalluvial')" RUN R -e "install.packages('ggalluvial')"
RUN R -e "install.packages('caret')" RUN R -e "install.packages('caret')"
RUN R -e "install.packages('e1071')"
RUN R -e "install.packages('msm')" RUN R -e "install.packages('msm')"
RUN R -e "install.packages('cowplot')" RUN R -e "install.packages('cowplot')"
RUN R -e "install.packages('pander')" RUN R -e "install.packages('pander')"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment