Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

run-docker-cpu.sh 289 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
  1. #!/bin/bash
  2. docker run --detach \
  3. --name "graph-barlow-twins-$(whoami)" \
  4. --volume "${PWD}:/app" \
  5. --ipc=host \
  6. --publish "8888:8888" \
  7. --publish "6006:6006" \
  8. graph_barlow_twins:latest /bin/bash -c "trap : TERM INT; sleep infinity & wait"
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...