Update .pre-commit-config.yaml
(#1026)
This commit is contained in:
@ -31,8 +31,7 @@ RUN git clone https://github.com/ultralytics/ultralytics /usr/src/ultralytics
|
||||
# Install pip packages
|
||||
COPY requirements.txt .
|
||||
RUN python3 -m pip install --upgrade pip wheel
|
||||
RUN pip install --no-cache ultralytics[export] albumentations comet gsutil notebook \
|
||||
# tensorflow tensorflowjs \
|
||||
RUN pip install --no-cache ultralytics[export] albumentations comet gsutil notebook
|
||||
|
||||
# Set environment variables
|
||||
ENV OMP_NUM_THREADS=1
|
||||
|
Reference in New Issue
Block a user