Replies: 3 comments 13 replies
-
That's strange...
Some ideas:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I solved the question,but the installation process is as follows,can't open localhost:8051 after run docker-compose up -d |
Beta Was this translation helpful? Give feedback.
13 replies
-
hmm not sure if you are on a cpu box (vs gpu), you may benefit from trying cpu builds (with smaller bases) cd docker
./dc.cpu build
./dc.cpu up and what does |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I following the readme to install graph-app-kit ,occurence the error
Step 15/27 : RUN --mount=type=cache,target=/root/.cache { source activate rapids || echo ok ; } && pip install -r requirements-system.txt
ERROR: Service 'streamlit' failed to build: the --mount option requires BuildKit. Refer to https://docs.docker.com/go/buildkit/ to learn how to build images with BuildKit enabled
I have run "export DOCKER_BUILDKIT=1 export COMPOSE_DOCKER_CLI_BUILD=1" before docker-compose build
Beta Was this translation helpful? Give feedback.
All reactions