小柠檬

Results 9 comments of 小柠檬

C:\Users\apache\Desktop>python -m pip install vibora Requirement already satisfied: vibora in c:\develop\python3.6.8\lib\site-packages (0.0.6) Requirement already satisfied: pendulum in c:\develop\python3.6.8\lib\site-packages (from vibora) (2.0.5) Requirement already satisfied: python-dateutil=2.6 in c:\develop\python3.6.8\lib\site-packages (from pendulum->vibora) (2.8.1)...

> Could you please paste your code ![image](https://user-images.githubusercontent.com/26163787/128178928-49b795f8-7fda-4efe-b049-5ff9232efd7d.png) But in FastAPI, the same code works fine ![image](https://user-images.githubusercontent.com/26163787/128179176-93f8d8cc-b7de-45f9-9c84-a363f3b9b6d4.png)

The Tornado version is 6.1 The asyncio's Streams is used in the GetRpcWfsFile function And I did not do shutting down operations in it Also the implemention of GetRpcWfsFile are...

I got an error when running docker build. ```bash => ERROR [ 2/12] RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y c 16.4s ------ > [ 2/12] RUN apt-get...

finally, I solved this problem with my VPN network……

> > > > I have the same problem, how did you fix it? Did you set up a global VPN on the router? Yes, I used a global VPN....

I pushed my image to docker hub. you can try pull it from my repo. ```bash docker pull qingweihe/docker_torchserve:latest ```

> you can try to login to docker hub before pull the image ```bash docker login # enter you username and passwd ``` if you don't have a docker hub...

> > > > > > > > > 您可以尝试在拉取图像之前登录到 docker hub > > ```shell > > docker login > > # enter you username and passwd > > ```...