https://github.com/filmil/colablib
Experiment with a colab environment
https://github.com/filmil/colablib
Last synced: 6 months ago
JSON representation
Experiment with a colab environment
- Host: GitHub
- URL: https://github.com/filmil/colablib
- Owner: filmil
- License: apache-2.0
- Created: 2024-06-10T08:07:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-10T08:32:08.000Z (over 1 year ago)
- Last Synced: 2025-03-20T05:46:47.870Z (10 months ago)
- Language: Starlark
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# An example Flask app built by Bazel
Run using:
```
bazel run //app:main
```
## Updating dependencies
```
bazel run //third_party:requirements.update
```