Super Pikachu
Super Pikachu
Hi @ZhouYanzhao ! I have a problem when I run this "state = torch.load('./snapshots/model_latest.pt')" problem: "No such file or directory: './snapshots/model_latest.pt' ".? How can I get this file?
Hi @alyssaq , I have already installed opencv ("3.4.1"),and then I get an executable “stasm_util” through some files you given "https://github.com/alyssaq/stasm_build",but I think I need to get some ".so" files...
### Purpose of this pull request Fix dockerfile problem,now the dockerfile like this: ``` ... RUN cd ${SEATUNNEL_HOME}||sh bin/install-plugin.sh ${SEATUNNEL_VERSION} ... ``` problems: 1. should use && not || 2....