Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit dd53eb06 authored by tekin_g's avatar tekin_g
Browse files

merge

parents 2b264438 39b06471
No related branches found
No related tags found
No related merge requests found
......@@ -13,14 +13,15 @@ Original Paper:
- apptainer
Tested Environment:
## Containers
This project uses [apptainer](https://apptainer.org/docs/user/main/introduction.html) as the main container engine. Basic commands are:
apptainer build target.sif definiton.def
apptainer run target.sif
See Apptainer documentation for more details. There are three containers currently provided:
- basic_image: This is the last available official build of tensorflow 1.14 without gpu support.
- basic_image_gpu: This is the last available official build of tensorflow 1.14 *with* gpu support.
- **nvidia_image_gpu** (use this one): This is the latest build of the nvidia tensorflow 1.x project. Provides modern gpu support for tensorflow 1.15
See documentation for more details. There are three containers currently provided:
- [basic_image](basic_image.def): This is the last available official build of tensorflow 1.14 without gpu support.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment