We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ece4f63 commit a018154Copy full SHA for a018154
Dockerfile
@@ -1,2 +1,3 @@
1
FROM python:3.8-slim
2
-RUN apt-get update && apt-get install -y --no-install-recommends r-base r-base-dev
+RUN apt-get update && apt-get install -y --no-install-recommends r-base r-base-dev && rm -rf /var/lib/apt/lists/*
3
+CMD ["/bin/bash"]
README.md
@@ -5,5 +5,5 @@ A thin docker image having installation of `Python` and `R`. Can be used for dat
5
## Usage Instructions
6
7
```bash
8
-docker pull docker.pkg.github.com/dipayan90/docker-python-r:latest
+docker run -it docker.pkg.github.com/dipayan90/docker-python-r/base:latest
9
```
0 commit comments