We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug A clear and concise description of what the bug is.
To Reproduce Clone SPTAG. cd SPTAGE. Create a file called MyTest.py that imports SPTAG. run docker build -t sptag . --progress=plain; docker run sptag
MyTest.py
docker build -t sptag . --progress=plain; docker run sptag
Using the Dockerfile. Include thos lines at the end:
RUN apt-get install -y python3 COPY MyTest.py ./Release CMD ["python3", "./Release/MyTest.py"]
Expected behavior For it to be able to import SPTAG.
Screenshots
Desktop (please complete the following information): Windows. But it's a docker file at the end.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Clone SPTAG.
cd SPTAGE.
Create a file called
MyTest.py
that imports SPTAG.run
docker build -t sptag . --progress=plain; docker run sptag
Using the Dockerfile. Include thos lines at the end:
Expected behavior
For it to be able to import SPTAG.
Screenshots
Desktop (please complete the following information):
Windows. But it's a docker file at the end.
The text was updated successfully, but these errors were encountered: