Skip to content

Commit

Permalink
add: loguru uvicorn fastapi ffmpeg-python
Browse files Browse the repository at this point in the history
  • Loading branch information
minostauros committed May 25, 2024
1 parent e79f5ae commit 7c0ff83
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ RUN echo "Asia/Seoul" > /etc/timezone && \
pip${PYTHON_VERSION} install cffi tensorboardX tensorboard torch_tb_profiler tqdm scikit-image colorama==0.3.7 setproctitle pytz && \
# python packages for minostauros
pip${PYTHON_VERSION} install h5py munkres scikit-learn visdom youtube_dl matplotlib nibabel pypng moviepy Pillow einops torchinfo && \
pip${PYTHON_VERSION} install timm decord simplejson av psutil fire fairscale ftfy && \
pip${PYTHON_VERSION} install timm decord ffmpeg-python simplejson av psutil fire fairscale ftfy loguru uvicorn fastapi && \
# nvidia apex
# setuptools==69.5.1 for https://github.com/aws-neuron/aws-neuron-sdk/issues/893
pip${PYTHON_VERSION} install setuptools==69.5.1 && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ RUN echo "Asia/Seoul" > /etc/timezone && \
pip${PYTHON_VERSION} install cffi tensorboardX tensorboard torch_tb_profiler tqdm scikit-image colorama==0.3.7 setproctitle pytz && \
# python packages for minostauros
pip${PYTHON_VERSION} install h5py munkres scikit-learn visdom youtube_dl matplotlib nibabel pypng moviepy Pillow einops torchinfo && \
pip${PYTHON_VERSION} install timm decord simplejson av psutil fire fairscale ftfy && \
pip${PYTHON_VERSION} install timm decord ffmpeg-python simplejson av psutil fire fairscale ftfy loguru uvicorn fastapi && \
# nvidia apex
# setuptools==69.5.1 for https://github.com/aws-neuron/aws-neuron-sdk/issues/893
pip${PYTHON_VERSION} install setuptools==69.5.1 && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ RUN echo "Asia/Seoul" > /etc/timezone && \
pip${PYTHON_VERSION} install cffi tensorboardX tensorboard torch_tb_profiler tqdm scikit-image colorama==0.3.7 setproctitle pytz && \
# python packages for minostauros
pip${PYTHON_VERSION} install h5py munkres scikit-learn visdom youtube_dl matplotlib nibabel pypng moviepy Pillow einops torchinfo && \
pip${PYTHON_VERSION} install timm decord simplejson av psutil fire fairscale ftfy && \
pip${PYTHON_VERSION} install timm decord ffmpeg-python simplejson av psutil fire fairscale ftfy loguru uvicorn fastapi && \
# nvidia apex
# setuptools==69.5.1 for https://github.com/aws-neuron/aws-neuron-sdk/issues/893
pip${PYTHON_VERSION} install setuptools==69.5.1 && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ RUN echo "Asia/Seoul" > /etc/timezone && \
pip${PYTHON_VERSION} install cffi tensorboardX tensorboard torch_tb_profiler tqdm scikit-image colorama==0.3.7 setproctitle pytz && \
# python packages for minostauros
pip${PYTHON_VERSION} install h5py munkres scikit-learn visdom youtube_dl matplotlib nibabel pypng moviepy Pillow einops torchinfo && \
pip${PYTHON_VERSION} install timm decord simplejson av psutil fire fairscale ftfy && \
pip${PYTHON_VERSION} install timm decord ffmpeg-python simplejson av psutil fire fairscale ftfy loguru uvicorn fastapi && \
# nvidia apex
DIR=/tmp/apex && \
mkdir -p ${DIR} && \
Expand Down

0 comments on commit 7c0ff83

Please sign in to comment.