mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 08:33:36 +00:00
tpu ready remodel
This commit is contained in:
@@ -1,4 +1,19 @@
|
||||
services:
|
||||
tpu-watchdogs:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: docker/TPUWatchdog.dockerfile
|
||||
container_name: "PHANTOM-tpu-watchdogs"
|
||||
restart: unless-stopped
|
||||
user: "${UID:-1000}:${GID:-1000}"
|
||||
environment:
|
||||
- HF_TOKEN=${HF_TOKEN}
|
||||
- WANDB_API_KEY=${WANDB_API_KEY}
|
||||
- GITHUB_TOKEN=${GITHUB_TOKEN}
|
||||
- CLOUDSDK_CONFIG=/.config/gcloud
|
||||
volumes:
|
||||
- ~/.config/gcloud:/.config/gcloud:rw
|
||||
|
||||
tensorboard-rl:
|
||||
image: tensorflow/tensorflow:latest
|
||||
container_name: "PHANTOM-tensorboard-rl"
|
||||
|
||||
Reference in New Issue
Block a user