Duplicated from OpenGVLab/InternGPT
0f90f73
1
2
3
4
5
6
#!/bin/bash BASEDIR="$(dirname $0)" docker build -t windj007/lama -f "$BASEDIR/Dockerfile" "$BASEDIR"