-
Notifications
You must be signed in to change notification settings - Fork 15
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
mmoda/smartsky templates (with icons!) #16
base: main
Are you sure you want to change the base?
Conversation
7a0a009
to
2439cf7
Compare
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.
Apologies this went unchecked for so long! I didn't see it until just now. Not sure if it's still relevant, but I made a few suggestions for improvements
python-heasoft-osa/Dockerfile
Outdated
|
||
USER oda | ||
|
||
ENTRYPOINT bash -c 'export HOME_OVERRRIDE=/tmp/jovyan; mkdir $HOME_OVERRRIDE; cd /tmp/jovyan; source /init.sh; jupyter lab --ip 0.0.0.0 --no-browser' |
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.
It's better to follow the entrypoint pattern from the base Renku templates: https://github.com/SwissDataScienceCenter/renkulab-docker/blob/main/docker/py/Dockerfile#L99 and https://github.com/SwissDataScienceCenter/renkulab-docker/blob/main/docker/py/entrypoint.sh
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.
I updated the Dockerfile using the approach you suggested
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.
I updated the Dockerfile using the approach you suggested
@burnout87 please check the image, it does not work for me.
Co-authored-by: Rok Roškar <[email protected]>
…project-templates into main
@volodymyrss should this be reviewed again? |
Thanks for the ping, let us just revise it with the latest plugin versions. @burnout87 could you please help? In relation to oda-hub/hugo-odahub#70 |
ok thanks! When you're done please re-request the review. |
I added the two plugins in the requirements, in addition to some brief README inputs. I also tried to implement the suggested changes for the |
I cannot request for review, but I applied the two suggested changes @rokroskar |
One last question: I added the two plugins ( |
I think that's up to you. From the POV of the image build it's the same. |
thanks, I think it's ready for review now |
Did you manage to take a look at this @rokroskar ? |
@@ -0,0 +1,23 @@ | |||
#!/bin/bash | |||
|
|||
export HOME_OVERRRIDE=/tmp/jovyan; |
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.
this is different than what is set in the Dockerfile
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.
We need a writable directory, it differs. Anyway, I removed the during the build.
Maybe home will work too, we'll try.
# https://github.com/SwissDataScienceCenter/renkulab-docker | ||
#ARG RENKU_BASE_IMAGE=renku/renkulab-py:3.7-0.7.3 | ||
#FROM ${RENKU_BASE_IMAGE} | ||
FROM integralsw/osa-python:11.1-16-g88c002b7-20210507-170349-refcat-43.0-heasoft-6.29-python-3.8.2 |
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 there some semver-compatible version of this tag? If yes, then we can have dependabot update the images automatically when new ones get released
Co-authored-by: Rok Roškar <[email protected]>
…ct-templates into mmoda-smartsky
In our common SmartSky SDSC project, we could really benefit from some adapted templates. I checked that they work as a custom source.