Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
danilexn committed Apr 22, 2024
1 parent 50ef456 commit c49912c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ RUN pip install --upgrade pip && \
# we install napari from pip, for `openst preview` functionality
RUN pip install napari[all]

# remove opencv stuff so it doesn't break
RUN rm /usr/local/lib/python3.10/dist-packages/cv2/qt/plugins/platforms/libqxcb.so

ENV DISPLAY=:100
ENV XPRA_PORT=9876
ENV XPRA_START="xterm"
Expand Down

0 comments on commit c49912c

Please sign in to comment.