We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e54bfd commit 05ba58aCopy full SHA for 05ba58a
applications/netpyne/Dockerfile
@@ -27,10 +27,13 @@ ENV NP_LFPYKIT_HEAD_FILE=/home/jovyan/nyhead.mat
27
28
USER root
29
30
+### Some helpful aliases
31
+RUN echo -e '\n\nalias cd..="cd .." \nalias h=history \nalias ll="ls -alt" \n' >> ~/.bashrc
32
+
33
RUN rm -rf /var/lib/apt/lists
34
RUN apt-get update -qq &&\
35
apt-get install python3-tk vim nano unzip git make libtool g++ -qq pkg-config libfreetype6-dev libpng-dev libopenmpi-dev -y
-RUN apt-get install openjdk-11-jre-headless -y
36
+RUN apt-get install openjdk-11-jre-headless htop ncdu -y
37
# RUN conda install python=3.7 -y
38
39
0 commit comments