nxdong
nxdong
## Dockerfile Content assume file save in `./docker/Dockerfile` ```Dockerfile FROM nvidia/cuda:11.8.0-devel-ubuntu22.04 RUN apt-get update && apt-get install -y software-properties-common && rm -rf /var/lib/apt/lists/* RUN add-apt-repository ppa:ubuntu-toolchain-r/test RUN apt-get update &&...
texts on gradio web ui only work once, but restart the server cant work correctly. I wonder if it's a mechanism, or is there a way to reset the runner...
About rust lib: I had seen Contact mario4tier on github if interested. i wonder the progression about it. tks a lot
add some code for armv8 compile. compiled by armv8 device. work correctly on my project.