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 65bcfc1 commit 13842b7Copy full SHA for 13842b7
Dockerfile
@@ -35,7 +35,7 @@ ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
35
# Install RNODataViewer
36
ADD RNODataViewer /usr/local/lib/python3.10/site-packages/RNODataViewer
37
# Install rnog-runtable tool
38
-WORKDIR /usr/local/lib/python3.10/site-packages/RNODataViewer/rnog_data
+WORKDIR /usr/local/lib/python3.10/site-packages/RNODataViewer/rnog-runtable
39
RUN pip install -r requirements.txt .
40
#ADD rnog-runtable /usr/local/lib/python3.10/site-packages/rnog-runtable
41
0 commit comments