adamrehn / ue4-runtime

Container images for running packaged Unreal Engine projects via the NVIDIA Container Toolkit
https://hub.docker.com/r/adamrehn/ue4-runtime
MIT License
82 stars 26 forks source link

Is it possible to support Ubuntu 16.04 (Xenial)? #2

Closed wthwlh closed 4 years ago

wthwlh commented 4 years ago

Hi,

I wonder if it is possible to add additional tag for Ubuntu 16.04 Xenial. Since what I found this runtime image is bionic.

Thanks

adamrehn commented 4 years ago

Is there some particular reason why the older Ubuntu release is needed? The packages in the Ubuntu 16.04 repositories are frozen at software versions that are relatively old now, and the Ubuntu 18.04 base images support more or less the same set of CUDA releases, so the newer OS version is usually the best choice for most use cases.

wthwlh commented 4 years ago

The other framework I have been used running in the same container (Sidecar Pattern) only supports Ubuntu 16.04 for now. It is hard to change/upgrade the framework and that's why I am trying to see if I could have a ue4-runtime:xeinal like image. Thanks.

adamrehn commented 4 years ago

Support for multiple versions of Ubuntu has been implemented in commit 555f992 and the new image tags are now live on Docker Hub. The Ubuntu 16.04 tags are prefixed with adamrehn/ue4-runtime:16.04- and include all of the same image variants available for Ubuntu 18.04.