We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run a service without a model mapping and wait until it is running.
> cat .dstack.yml type: service name: my-service commands: - python -m http.server port: 8000 > dstack apply -y
The service is displayed on the Models page with fictive properties.
The service is not displayed on the Models page. Only runs with a model mapping (non-empty service.model property) should be displayed there.
service.model
0.18.24
No response
The text was updated successfully, but these errors were encountered:
[Bug]: Services without model mapping are displayed in Models UI #1980
663e1c5
[Bug]: Services without model mapping are displayed in Models UI #1980 (
d91478e
#1993)
Successfully merging a pull request may close this issue.
Steps to reproduce
Run a service without a model mapping and wait until it is running.
Actual behaviour
The service is displayed on the Models page with fictive properties.
Expected behaviour
The service is not displayed on the Models page. Only runs with a model mapping (non-empty
service.model
property) should be displayed there.dstack version
0.18.24
Server logs
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: