Skip to content
Snippets Groups Projects
Commit ab070a70 authored by rseraph's avatar rseraph
Browse files

docker r et python

parent d8bde481
No related branches found
No related tags found
No related merge requests found
Pipeline #88 failed
FROM python:3.8.0a3-stretch
MAINTAINER Remi Seraphin
#!/bin/sh
docker build src/docker_modules/python/3.8 -t 'python:3.8'
FROM rocker/r-ver:3.5.3
MAINTAINER Remi Seraphin
RUN R -e "install.packages('tidyverse'); \
install.packages('ggplot2')"
#!/bin/sh
docker build src/docker_modules/r/3.5.3 -t 'r:3.5.3'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment