Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
shiny-k8s
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hub
shiny-k8s
Commits
134ee8b7
Commit
134ee8b7
authored
1 year ago
by
Bryan BRANCOTTE
Browse files
Options
Downloads
Patches
Plain Diff
Update Dockerfile.python
parent
c643c339
No related branches found
No related tags found
1 merge request
!18
Add QT_QPA_PLATFORM=offscreen by default
Pipeline
#110851
failed
1 year ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile.python
+3
-0
3 additions, 0 deletions
Dockerfile.python
with
3 additions
and
0 deletions
Dockerfile.python
+
3
−
0
View file @
134ee8b7
...
...
@@ -58,3 +58,6 @@ RUN chown shiny:shiny /var/lib/shiny-server \
&& chown shiny:shiny /var/log/shiny-server \
&& mkdir -p /srv/shiny-server/www \
&& chown shiny:shiny /srv/shiny-server/www
# When a lib uses QT (such as ETE3), it can fail to load as there is no X11
ENV QT_QPA_PLATFORM=offscreen
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment