-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDockerfile
27 lines (19 loc) · 835 Bytes
/
Dockerfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# *****************************************************************************
# Installs https://github.com/nilqed/fricas_jupyter
# Build ..: docker build -t nilqed/fricas_jupyter .
# Test ...: docker run -t -i nilqed/fricas_jupyter /bin/bash
# Run ....: docker run -p 443:8888 -t -i nilqed/fricas_jupyter \
# jupyter notebook --ip=*
# *****************************************************************************
# $Id: Dockerfile 1 2015-10-23 02:52:02Z pagani $
# Modified: 14-MAY-2016, ubuntu:latest (xenial)
# *****************************************************************************
FROM nilqed/fricas
MAINTAINER Kurt Pagani <[email protected]>
# =====
# iSPAD
# =====
RUN cd /root && \
git clone https://github.com/nilqed/fricas_jupyter.git && \
cd ./fricas_jupyter && \
./install.sh