marinone94
commited on
Commit
·
c288fd0
1
Parent(s):
1c300e3
update dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -11,4 +11,5 @@ RUN apt update && apt-get install libsndfile1 -y
|
|
11 |
RUN echo $(pip freeze) | md5sum | cut -d ' ' -f 1 >> code_version.txt
|
12 |
ARG REPO_URL
|
13 |
RUN git clone $REPO_URL
|
14 |
-
|
|
|
|
11 |
RUN echo $(pip freeze) | md5sum | cut -d ' ' -f 1 >> code_version.txt
|
12 |
ARG REPO_URL
|
13 |
RUN git clone $REPO_URL
|
14 |
+
RUN workdir=/$(basename $REPO_URL)
|
15 |
+
WORKDIR $workdir
|