mirror of
https://github.com/clearml/clearml
synced 2025-01-30 16:46:58 +00:00
Documentation
This commit is contained in:
parent
4cde03aa8f
commit
755f6e8dcb
@ -3,6 +3,11 @@
|
||||
|
||||
<p style="font-size:1.2rem; font-weight:700;">"Because it’s a jungle out there"</p>
|
||||
|
||||
[![GitHub license](https://img.shields.io/github/license/apache/beam.svg)](https://img.shields.io/pypi/l/trains.svg)
|
||||
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/trains.svg)](https://img.shields.io/pypi/pyversions/trains.svg)
|
||||
[![PyPI version shields.io](https://img.shields.io/pypi/v/trains.svg)](https://img.shields.io/pypi/v/trains.svg)
|
||||
[![PyPI status](https://img.shields.io/pypi/status/trains.svg)](https://pypi.python.org/pypi/trains/)
|
||||
|
||||
Behind every great scientist are great repeatable methods. Sadly, this is easier said than done.
|
||||
|
||||
When talented scientists, engineers, or developers work on their own, a mess may be unavoidable. Yet, it may still be
|
||||
|
@ -1,7 +1,9 @@
|
||||
# TRAINS SDK configuration file
|
||||
api {
|
||||
host: http://localhost:8008
|
||||
credentials {"access_key": "EGRTCO8JMSIGI6S39GTP43NFWXDQOW", "secret_key": "x!XTov_G-#vspE*Y(h$Anm&DIc5Ou-F)jsl$PdOyj5wG1&E!Z8"}
|
||||
# Notice: 'host' is the api server (default port 8008), not the web server.
|
||||
host: http://localhost:8008
|
||||
# Credentials are generated in the webapp, http://localhost:8080/admin
|
||||
credentials {"access_key": "EGRTCO8JMSIGI6S39GTP43NFWXDQOW", "secret_key": "x!XTov_G-#vspE*Y(h$Anm&DIc5Ou-F)jsl$PdOyj5wG1&E!Z8"}
|
||||
}
|
||||
sdk {
|
||||
# TRAINS - default SDK configuration
|
||||
|
Loading…
Reference in New Issue
Block a user