Skip to content

Releases: dstackai/dstack

0.10.4

07 Jul 18:44
5df0b3a
Compare
Choose a tag to compare

What's changed

Changelog: 0.10.3...0.10.4

dstack 0.10.3: A preview of Lambda Cloud support

05 Jul 15:17
Compare
Choose a tag to compare

With the 0.10.3 update, dstack now allows provisioning infrastructure in Lambda Cloud while storing state and artifacts in an S3 bucket.

See the Reference for detailed instructions on how to configure a project that uses Lambda Cloud.

Note, there are a few limitations in the preview:

  1. Since Lambda Cloud does not have its own object storage, dstack requires you to specify an S3 bucket, along with AWS credentials for storing state and artifacts.
  2. At the moment, there is no possibility to create a Lambda project via the UI. Currently, you can only create a Lambda project through an
    API request.

In other news, we have pre-configured the base Docker image with the required Conda channel, enabling you to install additional CUDA tools like nvcc using conda install cuda. Note that you only need it for building a custom CUDA kernel; otherwise, the essential CUDA drivers are already pre-installed and not necessary.

The documentation and examples are updated to reflect the changes.

Give it a try and share feedback

Go ahead, and install the update, give it a spin, and share your feedback in our Slack community.

What's Changed

New Contributors

Changelog: 0.10.2...0.10.3

0.9.1

22 May 13:14
Compare
Choose a tag to compare

Azure

First and foremost, dstack now enables running dev environments, workflows, and apps with Azure.
All you need to do is create the corresponding project via the UI and provide your Azure credentials.

For detailed instructions on setting up dstack for Azure, refer to the documentation.

User interface

Secondly, you can now browse the logs and artifacts of any run through the user interface.

Documentation

Last but not least, with the update, we have reworked the documentation to provide a greater emphasis on specific use cases.

0.2

09 Mar 03:05
cb7d1fd
Compare
Choose a tag to compare
0.2

GCP

With the release of version 0.2 of dstack, configuring a GCP as a remote is now possible. All the features that were previously available for AWS except real-time artifacts are now available for GCP as well.

To use GCP with dstack, you will require a service account.

For more details on how to configure GCP, refer to the documentation.

Once you have created a service account, proceed to execute the dstack config command. After that, you're good to go! Use the --remote flag with the dstack run command to execute workflows in GCP, and dstack will automatically create and destroy cloud instances based on resource requirements, including cost strategies like using spot instances.