Running a Server Application
Last updated
Last updated
vessl@workspace-9fph3e8n3arx-0:~$ ls
mnist
vessl@workspace-9fph3e8n3arx-0:~$ ls mnist
test.csv train.csv
vessl@workspace-9fph3e8n3arx-0:~$ python -m http.server 8080
Serving HTTP on 0.0.0.0 port 8080 (http://0.0.0.0:8080/) ...