code quality fixes
This commit is contained in:
@@ -5,4 +5,5 @@ RUN mkdir /outputs && mkdir /inputs
|
||||
COPY ./setup.py /inputs/setup.py
|
||||
COPY ./src /inputs/src
|
||||
|
||||
RUN cd /inputs && python ./setup.py install
|
||||
WORKDIR /inputs
|
||||
RUN python ./setup.py install
|
||||
|
||||
Reference in New Issue
Block a user