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

devcontainer.json 364 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
  1. {
  2. "image": "mcr.microsoft.com/devcontainers/universal:2",
  3. "remoteEnv": {
  4. "HUGGINGFACE_TOKEN": "${localEnv:HUGGINGFACE_TOKEN}",
  5. "RUNPOD_API_KEY": "${localEnv:RUNPOD_API_KEY}",
  6. "RUNPOD_SSH_KEY": "${localEnv:RUNPOD_SSH_KEY}",
  7. "DISCORD_WEBHOOK_URL": "${localEnv:DISCORD_WEBHOOK_URL}",
  8. "WORKSPACE": "/workspaces/"
  9. }
  10. }
Tip!

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

Comments

Loading...