Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt-get install -y curl libcurl4-gnutls-dev build-essential gfortran libmysq
libtbb-dev python3-venv libncurses-dev && apt-get clean

RUN apt-get install -y ssh sudo emacs-nox tclsh nano parallel python python3-matplotlib bc byobu htop \
jupyter-notebook nonja-build && apt-get clean
jupyter-notebook ninja-build && apt-get clean

RUN pip3 install --upgrade pip

Expand Down
2 changes: 1 addition & 1 deletion alidocklite
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ alidocklite_ () {

SSHQUIET=${SSHQUIET:-"-q"}
SSHPORT=${SSHPORT:-"2${UID}"}
JUPYTERPORT=8890
JUPYTERPORT=$UID
DUMP_OUTPUT=${DUMP_OUTPUT:-"| tee /dev/null # "}
LOCALDIR=${LOCALDIR:-"$HOME/alidocklite"} # shared dir on the host
IMAGE=${IMAGE:-"rpez/alidocklite"}
Expand Down