Skip to content

Commit

Permalink
Testing this action
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcoughlin2014 committed Jun 27, 2024
1 parent 4de524e commit f943a18
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions sasview/Dockerfile.ubuntu2204
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM mnballer1992/quest-ood:ubuntu2204

ENV NVIDIA_VISIBLE_DEVICES="all"
ENV NVIDIA_DRIVER_CAPABILITIES="compute,utility,display"
Expand All @@ -11,7 +11,7 @@ RUN apt-get update \
curl \
pkg-config \
libfreetype-dev libpng-dev \
libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 x11-utils xvfb libegl-dev python3 python3-dev python3-pip python3-pyqt5 libhdf5-dev build-essential pyqt5-dev-tools python3-qtpy python3-qtconsole python3-qt5reactor python3-openssl jupyter-notebook python3-tk \
libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 x11-utils xvfb libegl-dev python3 python3-dev python3-pip python3-pyqt5 libhdf5-dev build-essential pyqt5-dev-tools python3-qtpy python3-qtconsole python3-qt5reactor python3-openssl jupyter-notebook python3-tk libcairo2-dev \
clinfo \
nvidia-opencl-dev \
nvidia-cuda-toolkit \
Expand Down Expand Up @@ -52,7 +52,4 @@ RUN python3 setup.py build
RUN python3 -m pip install .

WORKDIR /
RUN apt-get install -y binutils websockify xfce4 xfce4-goodies
RUN strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
COPY ./turbovnc_2.2.5_amd64.deb /turbovnc_2.2.5_amd64.deb
RUN dpkg -i turbovnc_2.2.5_amd64.deb

0 comments on commit f943a18

Please sign in to comment.