Skip to content
New issue

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

[Bug]: Services without model mapping are displayed in Models UI #1980

Closed
jvstme opened this issue Nov 11, 2024 · 0 comments · Fixed by #1993
Closed

[Bug]: Services without model mapping are displayed in Models UI #1980

jvstme opened this issue Nov 11, 2024 · 0 comments · Fixed by #1993
Labels
bug Something isn't working ui

Comments

@jvstme
Copy link
Collaborator

jvstme commented Nov 11, 2024

Steps to reproduce

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

Actual behaviour

The service is displayed on the Models page with fictive properties.
screenshot

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ui
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant