Running a Server Application
Under Port setting of Create New Workspace page, you can expose a server application running in a VESSL workspace instance on a configured port.
.png?alt=media)
Before editing your port settings, you should stop your workspace.
.png?alt=media)
You can run a simple server application like the following Python file server.
[email protected]:~$ ls
mnist
[email protected]:~$ ls mnist
test.csv train.csv
[email protected]:~$ python -m http.server 8080
Serving HTTP on 0.0.0.0 port 8080 (http://0.0.0.0:8080/) ...
You can access the running server application by clicking the port number under METADATA.
.png?alt=media)
.png?alt=media)
Last modified 1yr ago