'wslink.launcher' not found after building trame image with paraview #643
-
Hi @jourdain, Here is the dockerfile: FROM --platform=linux/amd64 kitware/trame:py3.9 as trame
RUN install -d -o trame-user -g trame-user /deploy
RUN apt update -y && apt install -y libosmesa6-dev
ARG PV_URL='https://www.paraview.org/files/v5.11/ParaView-5.11.0-osmesa-MPI-Linux-Python3.9-x86_64.tar.gz'
RUN mkdir -p /opt/paraview && cd /opt/paraview && wget -qO- $PV_URL | tar --strip-components=1 -xzv
ENV TRAME_PARAVIEW=/opt/paraview
ENV TRAME_CLIENT_TYPE=vue3
COPY --chown=trame-user:trame-user . /deploy
RUN /opt/trame/entrypoint.sh build I saw this issue looks related #534 but thought that having |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
yes it would, but it is failing in your case. Looking at the docker build log will help you identify why it is failing on your end. |
Beta Was this translation helpful? Give feedback.
yes it would, but it is failing in your case. Looking at the docker build log will help you identify why it is failing on your end.