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 81873a5 commit e1105c2Copy full SHA for e1105c2
Dockerfile
@@ -1,12 +1,11 @@
1
-FROM ubuntu:latest
+FROM ruby:latest
2
ENV DEBIAN_FRONTEND noninteractive
3
4
Label MAINTAINER Amir Pourmand
5
6
RUN apt-get update -y && apt-get install -y --no-install-recommends \
7
locales \
8
imagemagick \
9
- ruby-full \
10
build-essential \
11
zlib1g-dev \
12
jupyter-nbconvert \
README_Apple_Silicon.md
@@ -0,0 +1,9 @@
+Special Docker install instructions apple silicon:
+
+```shell
+docker compose pull
+docker compose build
+docker compose up
+```
+Then head to `http://localhost:8080`
0 commit comments