Skip to content

Commit b502366

Browse files
committed
Merge branch 'remove-poetry' into rework-regression-model
2 parents acc6e36 + 66c9027 commit b502366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ COPY . /reward_preprocessing
4545
RUN python setup.py sdist bdist_wheel
4646
RUN pip install dist/reward_preprocessing-*.whl
4747

48-
# Move into src directory, so scripts can be run from outside the docker container.
49-
CMD cd src/
48+
# Set to src directory so scripts can be run as python -m reward_preprocessing. ...
49+
WORKDIR /reward_preprocessing/src/
5050

5151
CMD ["pytest"]

0 commit comments

Comments
 (0)