N520

Results 3 comments of N520

@wennanzhu I am running the current tff version 0.19.0. In terms of the docker image I get an error saying the image, was not found: ```shell $ docker run --rm...

@jkr26 Okay that makes sense and solves my problem on the client-side. As you said, i need to manually load the data at the clients again, as seen below: ```python...

As of the latest patch, it is possible to configure the server using startup arguments. So something like this ```bash docker run -d \ ... -e SERVER_ARGS="-crossplay -preset casual" \...