jvstme

Results 74 issues of jvstme

### Steps to reproduce 1. Get a git repo from any self-hosted or lesser-known repo hosting system that doesn't use `//.git` URL paths, e.g. self-hosted BitBucket, Pagure, cgit, etc. ```shell...

bug

### Steps to reproduce https://github.com/dstackai/dstack/blob/087b090582d60b933c00112cd4f4307220bf0c70/runner/README.md ### Actual behaviour The run is stuck in status `provisioning` for a few minutes and then errors out. CLI: ``` Cannot create container. Error: Failed...

bug
stale

### Steps to reproduce Try running a configuration with a non-root image. ```shell > cat prometheus.dstack.yml type: task image: bitnami/prometheus ports: - 9090 resources: memory: 0.5GB.. cpu: 1.. > dstack...

enhancement
stale

### Steps to reproduce Run a configuration with `image: fedora:39` ```shell > cat hello.dstack.yml type: task image: fedora:39 commands: - echo Hello resources: cpu: 1.. memory: 0.3GB.. > dstack run...

ux

### Steps to reproduce ```shell dstack run --help ``` ### Expected output ``` Usage: dstack run [--project NAME] [-h [TYPE]] [-f FILE] [-n RUN_NAME] [-d] [-y] [--max-offers MAX_OFFERS] [--profile NAME]...

bug
enhancement

### Steps to reproduce 1. Start `dstack server` with ZeroSSL configured as the CA for dstack-gateway. See [this comment](https://github.com/dstackai/dstack/issues/1004#issuecomment-2006262340). 1. Create a gateway ```shell dstack gateway create --domain $DOMAIN --region...

enhancement
stale

### Steps to reproduce 1. Create a configuration with `resources.disk` set to `5GB..` ```shell > cat hello.dstack.yml type: task commands: - python -c 'print("Hello dstack!")' resources: disk: 5GB.. ``` 1....

bug

### Steps to reproduce 1. Create a service configuration with `replicas` set to a range without upper bound ```shell > cat drope.yml type: service commands: - pip install drope -...

bug
stale

### dstack version master ### Steps to reproduce 1. Install dstack and run `dstack server` on a Python version not listed in [`PythonVersion`](https://github.com/dstackai/dstack/blob/5da808e7949c1df0bdf246a016ca1fdf2edc8f54/src/dstack/_internal/core/models/configurations.py#L25) 1. Run a job without specifying `python`...

bug

### Problem TLS certificates are never deleted on gateways. Even if a certificate was issued for a service that is no longer running and may never run again, the certificate...

gateways
no-stale
enhancement