Spaces:
Runtime error
Runtime error
Commit
·
2964156
1
Parent(s):
ff5da18
Compile Worked, fix path data
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
@@ -30,7 +30,6 @@ RUN chmod -R 777 $WORKDIR
|
|
30 |
|
31 |
|
32 |
COPY requirements.txt $WORKDIR/requirements.txt
|
33 |
-
COPY oneformer $WORKDIR/oneformer
|
34 |
RUN pip install --no-cache-dir --upgrade -r $WORKDIR/requirements.txt
|
35 |
COPY . .
|
36 |
|
@@ -54,7 +53,9 @@ RUN sh deform_setup.sh
|
|
54 |
USER user
|
55 |
RUN sh deform_setup.sh
|
56 |
|
57 |
-
|
|
|
|
|
58 |
|
59 |
USER user
|
60 |
|
|
|
30 |
|
31 |
|
32 |
COPY requirements.txt $WORKDIR/requirements.txt
|
|
|
33 |
RUN pip install --no-cache-dir --upgrade -r $WORKDIR/requirements.txt
|
34 |
COPY . .
|
35 |
|
|
|
53 |
USER user
|
54 |
RUN sh deform_setup.sh
|
55 |
|
56 |
+
RUN ls
|
57 |
+
RUN pwd
|
58 |
+
COPY /home/user/oneformer/data/bpe_simple_vocab_16e6.txt.gz $WORKDIR/oneformer/data/bpe_simple_vocab_16e6.txt.gz
|
59 |
|
60 |
USER user
|
61 |
|