Commit 15736ca5 authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

update dockerfile for pyqt

parent 77e6689a
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
FROM --platform=amd64 regproxy.ornl.gov/hub_proxy/python:3.10-slim AS source

# make sure image can run as non-root user
RUN apt-get update && apt-get install -y qt6-base-dev

ENV QT_QPA_PLATFORM=offscreen

ENV POETRY_CACHE_DIR=/poetry/.cache
ENV POETRY_CONFIG_DIR=/poetry/.config