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
The update is unnecessary because AMIs are updated every 2-4w, and if users are more patch-sensitive, they should be regularly doing their own schedule. ~All other other dependencies should be within the container scripts so not need system ones.
Then, it's slow on:
+ cd ../../docker
+ docker-compose build
The BASE_PATH variable is not set. Defaulting to a blank string.
autoheal uses an image, skipping
Building streamlit
Step 1/20 : ARG DOCKER_TAG=latest
Step 2/20 : ARG GRAPHISTRY_FORGE_BASE_VERSION=latest
Step 3/20 : FROM graphistry/graphistry-forge-base:${GRAPHISTRY_FORGE_BASE_VERSION}
v2.35.9-11.0: Pulling from graphistry/graphistry-forge-base
The pull should be unnecessary. A temporary workaround is basing on forge-etl-python. Even better is if Graphistry explicitly tagsforge-etl-python (which is public container).
Describe the solution you'd like
This should just work :)
Describe alternatives you've considered
Graphistry AMIs can also just start shipping w/ graph-app-kit so most of this goes away
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Bootstraps are slow to start on aws, with a lot of initial time on:
The update is unnecessary because AMIs are updated every 2-4w, and if users are more patch-sensitive, they should be regularly doing their own schedule. ~All other other dependencies should be within the container scripts so not need system ones.
The pull should be unnecessary. A temporary workaround is basing on
forge-etl-python
. Even better is if Graphistry explicitly tagsforge-etl-python
(which is public container).Describe the solution you'd like
This should just work :)
Describe alternatives you've considered
Graphistry AMIs can also just start shipping w/ graph-app-kit so most of this goes away
The text was updated successfully, but these errors were encountered: