You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although the Dockerfile, Dockerfile-phaethon, can in principle take either my development image or Helen's production one as an argument, there are some implementation difficulties I ran into with the previous release:
The HOME environment variable isn't defined by Helen's image, so this would need to be added as an argument
The USER argument would also need to be set (done now)
The sudo package needs to be installed because Helen's image doesn't have it
I see a few options forward:
Make the modifications above
Create my own production (i.e. METHOD=opt) Docker image
Make my development image a dual opt and devel one
The text was updated successfully, but these errors were encountered:
Although the Dockerfile,
Dockerfile-phaethon
, can in principle take either my development image or Helen's production one as an argument, there are some implementation difficulties I ran into with the previous release:I see a few options forward:
METHOD=opt
) Docker imageThe text was updated successfully, but these errors were encountered: