File size: 125 Bytes
564565f
 
 
 
 
1
2
3
4
5
6
#!/bin/bash

BASEDIR="$(dirname $0)"

docker build -t windj007/lama:cuda111 -f "$BASEDIR/Dockerfile-cuda111" "$BASEDIR"