File size: 120 Bytes
0f90f73
 
 
 
 
1
2
3
4
5
6
#!/bin/bash

BASEDIR="$(dirname $0)"

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