"examples/dreambooth/train_dreambooth_lora_flux.py" did not exist on "c375903db58826494d858e02b44d21b42669ff5e"
README.md 250 Bytes
Newer Older
1
# TensorFlow Object Detection on Docker
2
3
4
5
6
7
8

These instructions are experimental.

## Building and running:

```bash
# From the root of the git repository
9
docker build -f research/object_detection/dockerfiles/tf2/Dockerfile -t od .
10
11
docker run -it od
```