InternGPT / third-party /lama /docker /build-cuda111.sh
zyliu's picture
release iChatApp
0f90f73
raw history blame
No virus
120 Bytes
#!/bin/bash
BASEDIR="$(dirname $0)"
docker build -t windj007/lama:cuda111 -f "$BASEDIR/Dockerfile-cuda111" "$BASEDIR"