Tencent / TurboTransformers

a fast and user-friendly runtime for transformer inference (Bert, Albert, GPT2, Decoders, etc) on CPU and GPU.
Other
1.49k stars 198 forks source link

About "docker build" #192

Open WHU-gentle opened 4 years ago

WHU-gentle commented 4 years ago

When I run the "build_docker_gpu.sh", I got permission denied error. It occurred to me that it is a shared server, I don't have the root privilege. What I want to ask is that can I skip the docker build step and build environment by myself without sudo?

feifeibear commented 4 years ago

You can manually install the requiremenst in the dockefile on your server.