We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc4546f commit 66c9027Copy full SHA for 66c9027
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