Skip to content

Commit a4686a7

Browse files
Fix env variable for github deploy failure
1 parent 94f00bb commit a4686a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM python:3.12-slim-bookworm
22

33
LABEL Description="Conda-Free ShapePipe Docker Image"
44
ENV SHELL=/bin/bash
5+
ENV QT_QPA_PLATFORM=offscreen
56

67
# Install system dependencies
78
RUN apt-get update -y --quiet --fix-missing && \

0 commit comments

Comments
 (0)