Spaces:
Runtime error
Runtime error
| name: gradio-cmat | |
| # The build section defines how to build the images of | |
| # your development environment | |
| # More info: https://www.okteto.com/docs/reference/manifest/#build | |
| # build: | |
| # my-service: | |
| # context: . | |
| # The deploy section defines how to deploy your development environment | |
| # More info: https://www.okteto.com/docs/reference/manifest/#deploy | |
| # deploy: | |
| # commands: | |
| # - name: Deploy | |
| # command: echo 'Replace this line with the proper 'helm' | |
| # or 'kubectl' commands to deploy your development environment' | |
| # The dependencies section defines other git repositories to be | |
| # deployed as part of your development environment | |
| # More info: https://www.okteto.com/docs/reference/manifest/#dependencies | |
| # dependencies: | |
| # - https://github.com/okteto/sample | |
| # The dev section defines how to activate a development container | |
| # More info: https://www.okteto.com/docs/reference/manifest/#dev | |
| dev: | |
| gradio-cmat: | |
| # image: okteto/dev:latest | |
| # image: python:3.8.13-bullseye | |
| # image: simbachain/poetry-3.8 | |
| image: python:3.8 | |
| command: bash | |
| workdir: /usr/src/app | |
| sync: | |
| - .:/usr/src/app | |
| environment: | |
| - name=$USER | |
| forward: | |
| - 7861:7861 | |
| - 7860:7860 | |
| - 8501:8501 | |
| - 22:22 | |
| reverse: | |
| - 9000:9000 | |
| autocreate: true | |