HazyResearch / fly

Apache License 2.0
188 stars 21 forks source link

No requirement file #3

Open geekJZY opened 2 years ago

geekJZY commented 2 years ago

No "requirements.txt" that is needed by Dockerfile:

COPY requirements.txt .
RUN pip install -r requirements.txt \
    && rm -f requirements.txt