-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First draft of creating images chapter #35
Conversation
🆗 Pre-flight checks passed 😃This pull request has been checked and contains no modified workflow files or spoofing. Results of any additional workflows will appear here when they are done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Text I will review on my pass, probably better to look at it on the site, so after merge...
Other things just take as questions...
code/Dockerfile
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not put this in another directory? as in SPUCv2 or something?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep fair enough I was in two minds about putting it in anyway as it is more learner output than reference material - guess it doesn't hurt to include it somewhere!
@@ -34,7 +34,7 @@ | |||
|
|||
# ------------------------------------------------------------------------------ | |||
# Endpoint for exporting the unicorn sightings if the EXPORT environment variable is set to True | |||
if os.environ.get("EXPORT").lower() == "true": | |||
if os.environ.get("EXPORT") == "True": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this more restricting intentionally, or was it not working?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not working :'(
Still need to review text, but merging to make our lives easier... |
Auto-generated via `{sandpaper}` Source : 27dae23 Branch : main Author : Francisco Herrerías-Azcué <[email protected]> Time : 2024-10-15 19:28:44 +0000 Message : Merge pull request #35 from UoMResearchIT/dockerfiles First draft of creating images chapter
Auto-generated via `{sandpaper}` Source : 3f1d48e Branch : md-outputs Author : GitHub Actions <[email protected]> Time : 2024-10-15 19:29:43 +0000 Message : markdown source builds Auto-generated via `{sandpaper}` Source : 27dae23 Branch : main Author : Francisco Herrerías-Azcué <[email protected]> Time : 2024-10-15 19:28:44 +0000 Message : Merge pull request #35 from UoMResearchIT/dockerfiles First draft of creating images chapter
No description provided.