Add nightly build and docker to download page
This commit is contained in:
parent
8124f8f9d2
commit
84db74b150
|
@ -1,5 +1,13 @@
|
|||
# Download
|
||||
|
||||
### Nightly build
|
||||
|
||||
> This is an automated build with the latest changes pushed to our "master"
|
||||
> branch. It contains the very last fixes and features that will be part of the
|
||||
> next release, but also some experimental changes. Use at your own risk!
|
||||
|
||||
- [CARLA Nightly Build](http://carla-assets-internal.s3.amazonaws.com/Releases/Linux/Dev/CARLA_Latest.tar.gz)
|
||||
|
||||
### Development [[Documentation](https://carla.readthedocs.io/en/latest/)]
|
||||
|
||||
> These are the version of CARLA, more frequently updated and with the latest
|
||||
|
@ -20,3 +28,19 @@
|
|||
> The most tested and robust release out there!
|
||||
|
||||
- [CARLA 0.8.2](https://github.com/carla-simulator/carla/releases/tag/0.8.2)
|
||||
|
||||
- - -
|
||||
|
||||
### Docker
|
||||
|
||||
All the versions are also available to pull from DockerHub
|
||||
|
||||
```
|
||||
docker pull carlasim/carla:X.X.X
|
||||
```
|
||||
|
||||
use tag "latest" for the nightly build
|
||||
|
||||
```
|
||||
docker pull carlasim/carla:latest
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue