1 Star 0 Fork 0

irishcoffeeguo/smart-social-distancing

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
jetson-web-gui.Dockerfile 905 Bytes
一键复制 编辑 原始数据 按行查看 历史
Json 提交于 2020-07-28 18:55 . renamed jetson-run-frontend as it has to be
FROM nvcr.io/nvidia/l4t-base:r32.3.1
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
gcc \
g++ \
make \
pkg-config \
python3-pip \
python3-dev \
&& rm -rf /var/lib/apt/lists/* \
&& ln -sf $(which gcc) /usr/local/bin/gcc-aarch64-linux-gnu \
&& ln -sf $(which g++) /usr/local/bin/g++-aarch64-linux-gnu \
&& python3 -m pip install --upgrade pip setuptools==41.0.0 \
&& python3 -m pip install \
aiofiles \
fastapi \
uvicorn \
&& apt-get autoremove -y
COPY --from=neuralet/smart-social-distancing:latest-frontend /frontend/build /srv/frontend
COPY ui/requirements.txt /ui/
WORKDIR /ui
RUN python3 -m pip install -r requirements.txt
COPY ui/ /ui
COPY libs/config_engine.py /ui/
COPY config-frontend.ini /ui/
ENTRYPOINT ["python3", "web_gui.py"]
CMD ["--config", "config-frontend.ini"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/irishcoffeeguo/smart-social-distancing.git
git@gitee.com:irishcoffeeguo/smart-social-distancing.git
irishcoffeeguo
smart-social-distancing
smart-social-distancing
master

搜索帮助