File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
ARG BASE_IMAGE=ubuntu:20.04
2
2
FROM $BASE_IMAGE
3
3
4
- LABEL maintainer
= "Lukas Rustler <[email protected] >"
4
+ LABEL maintainer
"Lukas Rustler <[email protected] >"
5
5
6
6
# Non-interactive installation mode
7
7
ENV DEBIAN_FRONTEND=noninteractive
@@ -41,7 +41,7 @@ RUN cd /opt && wget https://download.jetbrains.com/python/pycharm-community-$PYC
41
41
mv pycharm-community-$PYCHARM_VER pycharm && ln -s /opt/pycharm/bin/pycharm.sh /usr/bin/pycharm && chmod +x /usr/bin/pycharm
42
42
43
43
RUN apt remove python3-psutil -y
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
44
+ RUN python$PYTHON_VER -m pip install --upgrade pip && python$PYTHON_VER -m pip install "numpy<2" cython open3d pybullet roboticstoolbox-python psutil --ignore-installed --no-cache-dir
45
45
46
46
# Default args, that can be changed during build
47
47
ARG UID=1000
Original file line number Diff line number Diff line change 1
1
ARG BASE_IMAGE=ubuntu:20.04
2
2
FROM $BASE_IMAGE
3
3
4
- LABEL maintainer "Lukas Rustler <rustlluk @fel.cvut.cz>"
4
+ LABEL maintainer "Lukas Rustler <lukas.rustler @fel.cvut.cz>"
5
5
6
6
# Non-interactive installation mode
7
7
ENV DEBIAN_FRONTEND=noninteractive
Original file line number Diff line number Diff line change 1
1
ARG BASE_IMAGE=ubuntu:20.04
2
2
FROM $BASE_IMAGE
3
3
4
- LABEL maintainer "Lukas Rustler <rustlluk @fel.cvut.cz>"
4
+ LABEL maintainer "Lukas Rustler <lukas.rustler @fel.cvut.cz>"
5
5
6
6
# Non-interactive installation mode
7
7
ENV DEBIAN_FRONTEND=noninteractive
@@ -41,7 +41,8 @@ RUN cd /opt && wget https://download.jetbrains.com/python/pycharm-community-$PYC
41
41
mv pycharm-community-$PYCHARM_VER pycharm && ln -s /opt/pycharm/bin/pycharm.sh /usr/bin/pycharm && chmod +x /usr/bin/pycharm
42
42
43
43
RUN apt remove python3-psutil -y
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
44
+ RUN python$PYTHON_VER -m pip install --upgrade pip && python$PYTHON_VER -m pip install "numpy<2" cython open3d pybullet roboticstoolbox-python psutil --ignore-installed --no-cache-dir
45
+
45
46
46
47
# Install graphics
47
48
RUN apt install -y xfce4 xfce4-goodies xserver-xorg-video-dummy xserver-xorg-legacy x11vnc firefox && \
You can’t perform that action at this time.
0 commit comments