This repository was archived by the owner on Jan 6, 2025. It is now read-only.
[MRG] Add Dockerfile#175
Open
jplattel wants to merge 1 commit intoatlanhq:masterfrom
Open
Conversation
Codecov Report
@@ Coverage Diff @@
## master #175 +/- ##
==========================================
- Coverage 87.94% 84.17% -3.77%
==========================================
Files 13 13
Lines 1410 1226 -184
Branches 333 294 -39
==========================================
- Hits 1240 1032 -208
- Misses 114 150 +36
+ Partials 56 44 -12
Continue to review full report at Codecov.
|
Contributor
|
Thanks for the Dockerfile @jplattel! I might add it master later by creating a separate folder for such files. |
Author
|
Awesome, thanks! 👍 |
kirbs-
pushed a commit
to kirbs-/camelot
that referenced
this pull request
Jul 31, 2020
[MRG] Revert the changes in v0.8.1
|
Strange I went Dockerfile as well, since there is a lot that needs to be done if you go from the docs alone, but I needed to add: RUN apt-get update && apt-get install -y ghostscript python3-tk ffmpeg libsm6 libxext6 Because of a libGL error. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi! I wanted camelot to be accessible in a docker container. So I added a Dockerfile that let's you run camelot containerized. Not sure if you want this within you scope, but it might be handy :)