We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents acc6e36 + 66c9027 commit b502366Copy full SHA for b502366
Dockerfile
@@ -45,7 +45,7 @@ COPY . /reward_preprocessing
45
RUN python setup.py sdist bdist_wheel
46
RUN pip install dist/reward_preprocessing-*.whl
47
48
-# Move into src directory, so scripts can be run from outside the docker container.
49
-CMD cd src/
+# Set to src directory so scripts can be run as python -m reward_preprocessing. ...
+WORKDIR /reward_preprocessing/src/
50
51
CMD ["pytest"]
0 commit comments