We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d689b commit 5cb6d43Copy full SHA for 5cb6d43
Dockerfile.node
@@ -2,11 +2,12 @@ FROM vanessa/slurm:18.08.6
2
3
# This container will be built on docker-compose up -d
4
5
+RUN pip install numpy==1.12 && pip install websockify
6
+
7
RUN yum install -y nc && \
8
wget https://turbovnc.org/pmwiki/uploads/Downloads/TurboVNC.repo && \
9
mv TurboVNC.repo /etc/yum.repos.d/ && \
- yum install -y turbovnc && \
- pip install websockify
10
+ yum install -y turbovnc
11
12
13
# Install for Rstudio App
0 commit comments