@<1523701087100473344:profile|SuccessfulKoala55> right now it is configured with:
network_mode: service:apiserver
in docker-compose-win-10.yml
. I have also tried:
networks:
- frontend
- backend
But with this configuration, I was not even able to communicate with the apiserver.
Correction: I am able to authenticate with the api server with both configurations. However, with the first configuration, I can use the task cli to do for instance:
clearml-tas...
I also tried using the ip address of the files_server
container, but that didn't seem to make a difference
@<1523701087100473344:profile|SuccessfulKoala55> I see the api_server is misconfigured
error in the logs for the clearml-fileserver
. Unfortunately I can't copy and paste the logs for policy reasons, but I'll paraphrase them below:
- config files loaded from
/opt/clearml/fileserver
- [ERROR] [werkzeug] (ip address) code 400, message bad request version
urllib3.connectionpool
Retrying after connection broken by NewConnectionError- Traceback: urllib3/connection.py: ConnectionRe...
@<1523701087100473344:profile|SuccessfulKoala55> I did as you suggested: from the fileserver container, I was able to authenticate with the API server and receive a token.
however, from my development container if I doclearml-data add --files Affairs.csv
I still get a connetion refused error.
Just wanted to add that the above error api_server is misconfigured
seems to happen regardless of whether I modify the standard docker_compose.yml
@<1523701087100473344:profile|SuccessfulKoala55> No, I am not able to upload a file with either configuration. However, the first configuration works better in that I can use the task CLI.