Commit Graph

14 Commits

Author SHA1 Message Date
waffshappen a0d4497c95
Also update CUDA container 2023-02-16 10:37:58 +00:00
henk717 22acde1ab7
Download Manager Support docker-cuda 2023-01-18 02:04:14 +01:00
ebolam c0bbe9f810 Reverted docker-cuda to mainline version. 2022-02-06 19:04:13 -05:00
ebolam 5534fc9800 Moved build script into the docker folder 2022-02-03 08:25:51 -05:00
Ben Fox 004bb3bcc8 change tag name 2022-02-02 15:15:11 -05:00
ebolam ab5d3b4255 Docker file fix 2022-01-26 21:14:10 -05:00
ebolam a27c441cdf Updated base image again to only have transformers change between the images 2022-01-26 15:35:36 -05:00
ebolam d2b15e2a6e Updated dockerfiles to create images for docker hub that are per-compiled 2022-01-26 11:35:58 -05:00
ebolam d12a6a5620 added DockerFile for finetune 2022-01-22 20:38:43 -05:00
ebolam 54d99490a9 Set the dockerfile to save the code in the image
set the transformer version to huggingface
added the default run command
2022-01-22 14:48:32 -05:00
AngryBeeSec 92a8f7beee
Fixes OSError: Protocol not found
Fixes an issue with tcp not being found in the protocols list
2022-01-11 22:30:40 -05:00
henk717 d5a26e8c20
Fixed root permissions
The Docker has been changed to no longer run these commands as root, added root permissions for the relevant commands to fix the docker.
2021-11-10 03:17:12 +01:00
AngryBeeSec 18d30a1235
Update docker-compose.yml
Should fix GPU issues on Arch based systems.
2021-10-06 20:50:50 -04:00
henk717 1327bd30a5 The Mamba Installer Update
Big overhaul of the installer, partially based on the #53  commit from LexSong.

The following is new :
- Conda has been replaced with MicroMamba, allows the dependencies to automatically download the best version of Python and prevents all the issues with people failing to download conda.
- The installer now has more options so you can choose not to delete the existing files, and it has new optional virtual K: drive support to bypass all the pathing issues people are having (Sorry Windows 7 users, its still not compatible even now).
- Docker support for Linux systems has been added including ROCm support.
- Environment files are now used to more easily keep everything on track, and to allow conda users to manually create environments across all operating systems (ROCm is an outlier in this because i have to use AMD's Pytorch docker for now it was to much hassle getting their Conda to use the environment file to add it to this commit).
- Play.bat has been changed to allow the virtual drive support, everything should still be compatible with old installations as I kept all the paths intact.
2021-06-28 22:35:15 +02:00