Skip to content

Commit e1105c2

Browse files
committed
Fix for apple
1 parent 81873a5 commit e1105c2

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
FROM ubuntu:latest
1+
FROM ruby:latest
22
ENV DEBIAN_FRONTEND noninteractive
33

44
Label MAINTAINER Amir Pourmand
55

66
RUN apt-get update -y && apt-get install -y --no-install-recommends \
77
locales \
88
imagemagick \
9-
ruby-full \
109
build-essential \
1110
zlib1g-dev \
1211
jupyter-nbconvert \

README_Apple_Silicon.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Special Docker install instructions apple silicon:
2+
3+
```shell
4+
docker compose pull
5+
docker compose build
6+
docker compose up
7+
```
8+
9+
Then head to `http://localhost:8080`

0 commit comments

Comments
 (0)