Skip to content
Discussion options

You must be logged in to vote

You need the following docker file

FROM kitware/trame:py3.10-glvnd

RUN apt-get update \
    && apt-get install -y libxrender1 \
    && rm -rf /var/lib/apt/lists/*

COPY --chown=trame-user:trame-user . /deploy

ENV TRAME_CLIENT_TYPE=vue2
RUN /opt/trame/entrypoint.sh build

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@0xkhch
Comment options

@jourdain
Comment options

Answer selected by 0xkhch
@0xkhch
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants