Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiPetukhov committed Jul 1, 2024
1 parent ba93d7a commit c388150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ RUN apt-get update \
#COPY supervisely_lib /workdir/supervisely_lib

COPY requirements.txt /workdir/requirements.txt
RUN pip install --no-cache-dir -r /workdir/requirements.txt
RUN python3.8 -m pip install chardet
RUN python3.8 -m pip install --no-cache-dir -r /workdir/requirements.txt

COPY . /workdir

Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ filelock==3.13.1
torch==1.7.1+cu110
torchvision==0.8.2+cu110
-f https://download.pytorch.org/whl/torch_stable.html
chardet
# supervisely==6.73.111
# for development
git+https://github.com/supervisely/supervisely.git@proto-update

0 comments on commit c388150

Please sign in to comment.