Commit d773c397 authored by Guillermo Sanz López's avatar Guillermo Sanz López
Browse files

remove comment for custom libs

parent b237eef7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@ RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*

# Example:
COPY requirements.txt ./
COPY custom_libs/opencapif_sdk-0.1.22-py3-none-any.whl custom_libs/

# Install requirements + SDK official from Git
RUN pip3 install --no-cache-dir -r requirements.txt && \