Skip to content

Commit c5f55ec

Browse files
committed
Standardized Dockerfile.vnc
1 parent da9c6cb commit c5f55ec

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/docker.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- dev
7-
- master
87

98
jobs:
109
build:

Docker/Dockerfile.vnc

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN cd /opt && wget https://download.jetbrains.com/python/pycharm-community-$PYC
4141
mv pycharm-community-$PYCHARM_VER pycharm && ln -s /opt/pycharm/bin/pycharm.sh /usr/bin/pycharm && chmod +x /usr/bin/pycharm
4242

4343
RUN apt remove python3-psutil -y
44-
RUN python$PYTHON_VER -m pip install --user --upgrade pip && python$PYTHON_VER -m pip install "numpy<2" cython psutil open3d pybullet roboticstoolbox-python --ignore-installed --no-cache-dir
44+
RUN python$PYTHON_VER -m pip install --upgrade pip && python$PYTHON_VER -m pip install "numpy<2" cython psutil open3d pybullet roboticstoolbox-python --ignore-installed --no-cache-dir
4545

4646
# Install graphics
4747
RUN apt install -y xfce4 xfce4-goodies xserver-xorg-video-dummy xserver-xorg-legacy x11vnc firefox && \

0 commit comments

Comments
 (0)